aboutsummaryrefslogtreecommitdiff
path: root/module/calp/main.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-10-15 00:12:20 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-10-15 00:12:20 +0200
commit99120bc1b7920261e1020d501de139c71a381492 (patch)
tree3cff69ace21de886e8a412b6f1f703efb47b3f3a /module/calp/main.scm
parentClarify use of sandbox. (diff)
downloadcalp-99120bc1b7920261e1020d501de139c71a381492.tar.gz
calp-99120bc1b7920261e1020d501de139c71a381492.tar.xz
Datetime bindings for search.
Diffstat (limited to 'module/calp/main.scm')
-rw-r--r--module/calp/main.scm6
1 files changed, 0 insertions, 6 deletions
diff --git a/module/calp/main.scm b/module/calp/main.scm
index 92f33280..e296632a 100644
--- a/module/calp/main.scm
+++ b/module/calp/main.scm
@@ -101,12 +101,6 @@
(if (null? a)
b a))
-(define (bindings-for module-name)
- ;; Wrapping list so we can later export sub-modules.
- (list (cons module-name
- (module-map (lambda (a . _) a)
- (resolve-interface module-name)))))
-
(define (wrapped-main args)
(define opts (getopt-long args (getopt-opt options) #:stop-at-first-non-option #t))
(define stprof (option-ref opts 'statprof #f))