src/: Split the frontend out into its own separate system.
[sod] / src / package.lisp
index 75dc7fd..60da8ea 100644 (file)
@@ -26,7 +26,6 @@
 (cl:defpackage #:sod
   (:use #:common-lisp
        #:sod-utilities
-       #:optparse
        #:sod-parser))
 
 ;;;----- That's all, folks --------------------------------------------------