[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
;;;
- [Guile-commits] 03/87: Rewrite %method-more-specific? to be in Scheme, (continued)
- [Guile-commits] 03/87: Rewrite %method-more-specific? to be in Scheme, Andy Wingo, 2015/01/22
- [Guile-commits] 10/87: Remove declarations without definitions, Andy Wingo, 2015/01/22
- [Guile-commits] 08/87: Preparation for more GOOPS refactorings, Andy Wingo, 2015/01/22
- [Guile-commits] 09/87: Remove unused %fast-slot-ref / %fast-slot-set! from GOOPS, Andy Wingo, 2015/01/22
- [Guile-commits] 02/87: Deprecate C interfaces scm_compute_applicable_methods, scm_find_method, Andy Wingo, 2015/01/22
- [Guile-commits] 12/87: Deprecate scm_basic_make_class, Andy Wingo, 2015/01/22
- [Guile-commits] 04/87: Remove unused macros in goops.c, Andy Wingo, 2015/01/22
- [Guile-commits] 06/87: compute-cpl implementation only in Scheme, Andy Wingo, 2015/01/22
- [Guile-commits] 13/87: `class' is a hygienic macro, Andy Wingo, 2015/01/22
- [Guile-commits] 14/87: define-generic, define-extended-generic are hygienic syntax, Andy Wingo, 2015/01/22
- [Guile-commits] 15/87: Remove unused *goops-module* definition.,
Andy Wingo <=
- [Guile-commits] 17/87: Remove unused scm_t_method and SCM_METHOD, Andy Wingo, 2015/01/22
- [Guile-commits] 20/87: Remove useless scm_s_slot_set_x export, Andy Wingo, 2015/01/22
- [Guile-commits] 18/87: Deprecate scm_no_applicable_method C export, Andy Wingo, 2015/01/22
- [Guile-commits] 21/87: Remove unused `default-slot-definition-class' <class> slot, Andy Wingo, 2015/01/22
- [Guile-commits] 22/87: Remove unused CPP defines naming <method> slots, Andy Wingo, 2015/01/22
- [Guile-commits] 19/87: Remove unreachable code in scm_setter, Andy Wingo, 2015/01/22
- [Guile-commits] 26/87: Remove scm_at_assert_bound_ref, Andy Wingo, 2015/01/22
- [Guile-commits] 25/87: Remove hashset slots from GOOPS classes, Andy Wingo, 2015/01/22
- [Guile-commits] 29/87: More unused code removal in GOOPS, Andy Wingo, 2015/01/22
- [Guile-commits] 23/87: Generics with setters have <applicable-struct-with-setter> layout, Andy Wingo, 2015/01/22