diff options
Diffstat (limited to 'henrietta-cache.scm')
-rw-r--r-- | henrietta-cache.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/henrietta-cache.scm b/henrietta-cache.scm index c004924..1771f5b 100644 --- a/henrietta-cache.scm +++ b/henrietta-cache.scm @@ -1,5 +1,3 @@ -(module henrietta-cache () - (import scheme) (cond-expand @@ -365,4 +363,3 @@ EOF (else (loop (cdr args)))))))) (main (command-line-arguments)) -) |