소스 검색

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