From 4db73f11de3971aa325c109159f85558cf768759 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Tue, 6 Jan 2015 15:00:28 -0500 Subject: [PATCH] More unused code removal in GOOPS * libguile/goops.c: Remove unused sym_memoize_method_x. --- libguile/goops.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libguile/goops.c b/libguile/goops.c index 02366eda4..16639414d 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");