diff options
author | David Thompson <dthompson2@worcester.edu> | 2014-07-06 18:22:04 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2014-08-25 19:33:07 -0400 |
commit | 19b3264b5d746b123b178881053e62f80c7b1b23 (patch) | |
tree | 13d470f5a0c9ef74e3aaece1fcaf7262bdf9b180 | |
parent | c5c6f9071aa15ba5bd35d058be04340846c4c8de (diff) |
Remove unused module import.
* sly/helpers.scm: Remove (sly game) import.
-rw-r--r-- | sly/helpers.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sly/helpers.scm b/sly/helpers.scm index 062cbb1..725ba3f 100644 --- a/sly/helpers.scm +++ b/sly/helpers.scm @@ -26,7 +26,6 @@ #:use-module (srfi srfi-1) #:use-module (rnrs arithmetic bitwise) #:use-module (sly agenda) - #:use-module (sly game) #:export (any-equal? logand? define-guardian |