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:
parent
cf0a678ba3
commit
4db73f11de
1 changed files with 0 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue