wingo pushed a commit to branch master
in repository guile.

commit 4db73f11de3971aa325c109159f85558cf768759
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 02366ed..1663941 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");

Reply via email to