Procházet zdrojové kódy

Removed unnecessary and harmful declaration

Samuel W. Flint před 9 roky
rodič
revize
585c642345
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  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