guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 07/88: More useless goops.c code removal


From: Andy Wingo
Subject: [Guile-commits] 07/88: More useless goops.c code removal
Date: Fri, 23 Jan 2015 15:25:21 +0000

wingo pushed a commit to branch master
in repository guile.

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

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