wingo pushed a commit to branch master
in repository guile.

commit d1500d3a3bea2c27a077e781c3265def6154097c
Author: Andy Wingo <[email protected]>
Date:   Thu Dec 18 22:10:10 2014 +0100

    More useless goops.c code removal
    
    * libguile/goops.c: Remove needless scm_sym_define_public definition.
---
 libguile/goops.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/libguile/goops.c b/libguile/goops.c
index 01e9ec2..c62ea7c 100644
--- a/libguile/goops.c
+++ b/libguile/goops.c
@@ -168,8 +168,6 @@ SCM scm_smob_class[SCM_I_MAX_SMOB_TYPE_COUNT];
 
 SCM scm_no_applicable_method;
 
-SCM_SYMBOL (scm_sym_define_public, "define-public");
-
 static SCM scm_make_unbound (void);
 static SCM scm_unbound_p (SCM obj);
 static SCM scm_assert_bound (SCM value, SCM obj);

Reply via email to