Browse Source

Removed unnecessary and harmful declaration

Samuel W. Flint 9 năm trước cách đây
mục cha
commit
585c642345
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      collect.lisp

+ 0 - 1
collect.lisp

@@ -7,7 +7,6 @@
 ;;; "collect" goes here. Hacks and glory await!
 
 (defmacro define-application (name file &body body-forms)
-  (declare (string name))
   `(progn
      (restas:define-module ,name
        (:use :cl