guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 06/61: More unused code removal in GOOPS


From: Andy Wingo
Subject: [Guile-commits] 06/61: More unused code removal in GOOPS
Date: Thu, 22 Jan 2015 18:52:59 +0000

wingo pushed a commit to branch wip-goops-refactor
in repository guile.

commit 3e27174d7a2609245122477754d203d2cc80253e
Author: Andy Wingo <address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]