wingo pushed a commit to branch master
in repository guile.
commit 6098d96b7b9e0e12aec541ac4edb0351af947281
Author: Andy Wingo <[email protected]>
Date: Sun Jan 4 15:37:03 2015 -0500
Remove unused *goops-module* definition.
* module/oop/goops.scm (*goops-module*): Remove.
---
module/oop/goops.scm | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/module/oop/goops.scm b/module/oop/goops.scm
index 15bbf95..ac319f2 100644
--- a/module/oop/goops.scm
+++ b/module/oop/goops.scm
@@ -134,8 +134,6 @@
slot-exists? make find-method get-keyword)
#:no-backtrace)
-(define *goops-module* (current-module))
-
(eval-when (compile load eval)
;;; The standard class precedence list computation algorithm
;;;