summaryrefslogtreecommitdiff
path: root/module/ice-9/getopt-long.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/ice-9/getopt-long.scm')
-rw-r--r--module/ice-9/getopt-long.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/module/ice-9/getopt-long.scm b/module/ice-9/getopt-long.scm
index 14eaf8e23..18b235390 100644
--- a/module/ice-9/getopt-long.scm
+++ b/module/ice-9/getopt-long.scm
@@ -161,7 +161,6 @@
#:use-module (srfi srfi-9)
#:use-module (ice-9 match)
#:use-module (ice-9 regex)
- #:use-module (ice-9 optargs)
#:export (getopt-long option-ref))
(define %program-name (make-fluid "guile"))