diff options
| author | 2013-04-23 22:55:30 +0200 | |
|---|---|---|
| committer | 2013-04-23 22:55:30 +0200 | |
| commit | 7421364315291475eb581675576512f2584af496 (patch) | |
| tree | f0e143144793ff38052f994b049fe7b527dcb445 /lisp | |
| parent | 97c2a07c65b9ed29632caf025fe0a21c72f37c6f (diff) | |
| download | sil-7421364315291475eb581675576512f2584af496.tar.gz sil-7421364315291475eb581675576512f2584af496.zip | |
Remove unnecessary requires
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/make-image.lisp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/make-image.lisp b/lisp/make-image.lisp index a3b40f9..80f91a6 100644 --- a/lisp/make-image.lisp +++ b/lisp/make-image.lisp @@ -21,8 +21,6 @@ (error "This lisp implementation is not supported.") (require 'asdf) -(require 'sqlite) -(require 'mcclim) (asdf:oos 'asdf:load-op 'sil) |
