[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);
- [Guile-commits] branch master updated (4247d8e -> 4bde3f0), Andy Wingo, 2015/01/23
- [Guile-commits] 01/88: Fix the assembler for unexpected source properties, Andy Wingo, 2015/01/23
- [Guile-commits] 02/88: Mark two coverage tests as XFAIL, Andy Wingo, 2015/01/23
- [Guile-commits] 03/88: %compute-applicable-methods in Scheme, Andy Wingo, 2015/01/23
- [Guile-commits] 07/88: More useless goops.c code removal,
Andy Wingo <=
- [Guile-commits] 05/88: Rewrite %method-more-specific? to be in Scheme, Andy Wingo, 2015/01/23
- [Guile-commits] 06/88: Remove unused macros in goops.c, Andy Wingo, 2015/01/23
- [Guile-commits] 04/88: Deprecate C interfaces scm_compute_applicable_methods, scm_find_method, Andy Wingo, 2015/01/23
- [Guile-commits] 09/88: %init-goops-builtins is an extension, not a global, Andy Wingo, 2015/01/23
- [Guile-commits] 10/88: Preparation for more GOOPS refactorings, Andy Wingo, 2015/01/23
- [Guile-commits] 08/88: compute-cpl implementation only in Scheme, Andy Wingo, 2015/01/23
- [Guile-commits] 14/88: Deprecate scm_basic_make_class, Andy Wingo, 2015/01/23
- [Guile-commits] 16/88: define-generic, define-extended-generic are hygienic syntax, Andy Wingo, 2015/01/23
- [Guile-commits] 12/88: Remove declarations without definitions, Andy Wingo, 2015/01/23
- [Guile-commits] 17/88: Remove unused *goops-module* definition., Andy Wingo, 2015/01/23