guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 39/87: Goops slot-unbound / slot-missing cleanups


From: Andy Wingo
Subject: [Guile-commits] 39/87: Goops slot-unbound / slot-missing cleanups
Date: Thu, 22 Jan 2015 17:29:55 +0000

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

commit 632151e1da464b929cc9bcefd6ffaad6bb52beef
Author: Andy Wingo <address@hidden>
Date:   Sat Jan 10 00:51:26 2015 +0100

    Goops slot-unbound / slot-missing cleanups
    
    * libguile/goops.c: Remove useless slot-unbound / slot-missing
      captures.
---
 libguile/goops.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/libguile/goops.c b/libguile/goops.c
index 39b9b03..78abe84 100644
--- a/libguile/goops.c
+++ b/libguile/goops.c
@@ -65,8 +65,6 @@
    though, as in the rest of Guile.  */
 
 static SCM var_make_standard_class = SCM_BOOL_F;
-static SCM var_slot_unbound = SCM_BOOL_F;
-static SCM var_slot_missing = SCM_BOOL_F;
 static SCM var_change_class = SCM_BOOL_F;
 static SCM var_make = SCM_BOOL_F;
 static SCM var_class_name = SCM_BOOL_F;
@@ -1475,10 +1473,6 @@ SCM_DEFINE (scm_sys_goops_loaded, "%goops-loaded", 0, 0, 
0,
   var_method_specializers = scm_c_lookup ("method-specializers");
   var_method_procedure = scm_c_lookup ("method-procedure");
 
-  var_slot_unbound =
-    scm_module_variable (scm_module_goops, sym_slot_unbound);
-  var_slot_missing =
-    scm_module_variable (scm_module_goops, sym_slot_missing);
   var_change_class =
     scm_module_variable (scm_module_goops, sym_change_class);
   setup_extended_primitive_generics ();



reply via email to

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