From d21f6b70e8efcfe5ebd00bd2e5293fe1656afdff Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Tue, 8 Aug 2017 15:09:04 -0500 Subject: [PATCH] irc: Remove import of (8sync agenda) module. * 8sync/systems/irc.scm: Remove import of (8sync agenda) module. --- 8sync/systems/irc.scm | 1 - 1 file changed, 1 deletion(-) diff --git a/8sync/systems/irc.scm b/8sync/systems/irc.scm index 404d1f4..1ca3243 100755 --- a/8sync/systems/irc.scm +++ b/8sync/systems/irc.scm @@ -18,7 +18,6 @@ (define-module (8sync systems irc) #:use-module (8sync repl) - #:use-module (8sync agenda) #:use-module (8sync actors) #:use-module (srfi srfi-9) #:use-module (ice-9 getopt-long) -- 2.31.1