8sync.scm: Remove agenda from %public-modules.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Tue, 8 Aug 2017 19:54:04 +0000 (14:54 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Tue, 8 Aug 2017 19:54:04 +0000 (14:54 -0500)
* 8sync.scm: Remove agenda from %public-modules.

8sync.scm

index 9c074bd401e5eee9b635ebedfa01f58c8614aff2..67fcb61bb1d11108ec1acf31760b21d676274ff4 100644 (file)
--- a/8sync.scm
+++ b/8sync.scm
@@ -21,7 +21,7 @@
 (eval-when (eval load compile)
   (begin
     (define %public-modules
-      '(agenda actors))
+      '(actors))
     (for-each (lambda (m)
                 (module-use! (module-public-interface (current-module))
                              (resolve-interface `(8sync ,m))))