From 9379c6302f7053cfedc9f0bad94d77672ce6eefb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 18 Oct 2023 03:08:02 +0200 Subject: Remove commented srfi-9 import. --- module/hnh/util/table.scm | 2 -- 1 file changed, 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) -- cgit v1.2.3