1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-29 22:40:34 +02:00

Remove unused *goops-module* definition.

* module/oop/goops.scm (*goops-module*): Remove.
This commit is contained in:
Andy Wingo 2015-01-04 15:37:03 -05:00
parent 7cb88cbc92
commit 6098d96b7b

View file

@ -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
;;;