src/frontend.lisp: Remove unnecessary `:shadowing-import-from'.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 12 Aug 2019 10:09:03 +0000 (11:09 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 12 Aug 2019 11:40:24 +0000 (12:40 +0100)
When I unified the two `int' symbols, I forgot that this would have been
necessary.

src/frontend.lisp

index 10b2a6c..92573e7 100644 (file)
@@ -26,8 +26,7 @@
 (eval-when (:compile-toplevel :load-toplevel :execute)
   (handler-bind ((warning #'muffle-warning))
     (cl:defpackage #:sod-frontend
-      (:use #:common-lisp #:sod-utilities #:optparse #:sod #:sod-parser)
-      (:shadowing-import-from #:optparse #:int))))
+      (:use #:common-lisp #:sod-utilities #:optparse #:sod #:sod-parser))))
 
 (cl:in-package #:sod-frontend)