guile-commits
[Top][All Lists]
Advanced

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

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


From: Andy Wingo
Subject: [Guile-commits] 15/87: Remove unused *goops-module* definition.
Date: Thu, 22 Jan 2015 17:29:45 +0000

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

commit 34498f69e7c725114783c2d6983d3e809008a5bf
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 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
   ;;;



reply via email to

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