1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-29 16:30:19 +02:00

More useless goops.c code removal

* libguile/goops.c: Remove needless scm_sym_define_public definition.
This commit is contained in:
Andy Wingo 2014-12-18 22:10:10 +01:00
parent 08c5d888d4
commit d1500d3a3b

View file

@ -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);