瀏覽代碼

Removed unnecessary and harmful declaration

Samuel W. Flint 9 年之前
父節點
當前提交
585c642345
共有 1 個文件被更改,包括 0 次插入1 次删除
  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