aboutsummaryrefslogtreecommitdiff
path: root/module
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-10-18 19:29:53 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-10-18 19:29:53 +0200
commitb230e5402f12301c052e96880dffb0c31c859889 (patch)
tree3914fa651bc6150c88ddeccca58045bfe3394407 /module
parentFinish tests for (vcomponent duration). (diff)
downloadcalp-b230e5402f12301c052e96880dffb0c31c859889.tar.gz
calp-b230e5402f12301c052e96880dffb0c31c859889.tar.xz
Remove (hnh util graph) export of rebuild-graph.
Diffstat (limited to 'module')
-rw-r--r--module/calp/server/routes.scm1
-rw-r--r--module/hnh/util/graph.scm1
2 files changed, 0 insertions, 2 deletions
diff --git a/module/calp/server/routes.scm b/module/calp/server/routes.scm
index 3383f7a6..fac061e8 100644
--- a/module/calp/server/routes.scm
+++ b/module/calp/server/routes.scm
@@ -271,7 +271,6 @@
;; to use a /update endpoint to change events. This to prevent
;; accidental overwriting.
-
(parameterize ((warnings-are-errors #t))
(catch*
(lambda () (add-and-save-event global-event-object
diff --git a/module/hnh/util/graph.scm b/module/hnh/util/graph.scm
index a2f9ba4c..3d6c0ddd 100644
--- a/module/hnh/util/graph.scm
+++ b/module/hnh/util/graph.scm
@@ -11,7 +11,6 @@
:use-module (srfi srfi-9 gnu)
:use-module (ice-9 format)
:export (make-graph
- rebuild-graph
graph-empty?
add-node
get-node