wingo pushed a commit to branch wip-goops-refactor
in repository guile.
commit b96d55aaf1cab4245dd0fcd13f55b7ff15ce6a4e
Author: Andy Wingo <[email protected]>
Date: Tue Jan 6 15:00:28 2015 -0500
More unused code removal in GOOPS
* libguile/goops.c: Remove unused sym_memoize_method_x.
---
libguile/goops.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/libguile/goops.c b/libguile/goops.c
index ffd3c99..29cff72 100644
--- a/libguile/goops.c
+++ b/libguile/goops.c
@@ -80,7 +80,6 @@ static SCM var_make = SCM_BOOL_F;
SCM_SYMBOL (sym_slot_unbound, "slot-unbound");
SCM_SYMBOL (sym_slot_missing, "slot-missing");
-SCM_SYMBOL (sym_memoize_method_x, "memoize-method!");
SCM_SYMBOL (sym_change_class, "change-class");
SCM_VARIABLE (scm_var_make_extended_generic, "make-extended-generic");