1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-29 22:40:34 +02:00

More unused code removal in GOOPS

* libguile/goops.c: Remove unused sym_memoize_method_x.
This commit is contained in:
Andy Wingo 2015-01-06 15:00:28 -05:00
parent cf0a678ba3
commit 4db73f11de

View file

@ -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");