guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 15/42: Remove unused *goops-module* definition.


From: Andy Wingo
Subject: [Guile-commits] 15/42: Remove unused *goops-module* definition.
Date: Sat, 10 Jan 2015 00:03:08 +0000

wingo pushed a commit to branch wip-goops-refactor
in repository guile.

commit 5d190db156fa9c89ef191b429c9bc9aaac8cbee0
Author: Andy Wingo <address@hidden>
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 9a542df..56d3243 100644
--- a/module/oop/goops.scm
+++ b/module/oop/goops.scm
@@ -133,8 +133,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
   ;;;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]