wingo pushed a commit to branch wip-goops-refactor
in repository guile.
commit 1a1b40b765931157e570eaa890d8462353b5d016
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 ddd70b6..008ebb6 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);