aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-10-18 03:08:02 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-10-18 03:08:02 +0200
commit9379c6302f7053cfedc9f0bad94d77672ce6eefb (patch)
tree08f66bee28a685b67fc95cc3199c292c78075525
parentChange zic to use new object system. (diff)
downloadcalp-9379c6302f7053cfedc9f0bad94d77672ce6eefb.tar.gz
calp-9379c6302f7053cfedc9f0bad94d77672ce6eefb.tar.xz
Remove commented srfi-9 import.
-rw-r--r--module/hnh/util/table.scm2
1 files changed, 0 insertions, 2 deletions
diff --git a/module/hnh/util/table.scm b/module/hnh/util/table.scm
index 8955f70f..ebd5c8f7 100644
--- a/module/hnh/util/table.scm
+++ b/module/hnh/util/table.scm
@@ -8,8 +8,6 @@
(define-module (hnh util table)
:use-module (srfi srfi-1)
:use-module (srfi srfi-88)
- ;; :use-module (srfi srfi-9)
- ;; :use-module (srfi srfi-9 gnu)
:use-module (hnh util lens)
:use-module (hnh util object)
:export ((make-tree . table)