[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-commits] 10/42: Remove declarations without definitions
From: |
Andy Wingo |
Subject: |
[Guile-commits] 10/42: Remove declarations without definitions |
Date: |
Sat, 10 Jan 2015 00:03:05 +0000 |
wingo pushed a commit to branch wip-goops-refactor
in repository guile.
commit 344418f66a80b2679caacc2aa437d5f44a2a86de
Author: Andy Wingo <address@hidden>
Date: Sun Jan 4 13:20:55 2015 -0500
Remove declarations without definitions
* libguile/goops.h: Remove declarations for scm_oldfmt, scm_c_oldfmt0,
and scm_c_oldfmt. These symbols were not defined.
---
libguile/goops.h | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/libguile/goops.h b/libguile/goops.h
index b80fa73..b5f88be 100644
--- a/libguile/goops.h
+++ b/libguile/goops.h
@@ -227,9 +227,6 @@ SCM_API SCM scm_no_applicable_method;
SCM_API SCM scm_module_goops;
SCM_API SCM scm_goops_version (void);
-SCM_API SCM scm_oldfmt (SCM);
-SCM_API char *scm_c_oldfmt0 (char *);
-SCM_API char *scm_c_oldfmt (char *, int n);
SCM_API void scm_load_goops (void);
SCM_API SCM scm_make_extended_class (char const *type_name, int applicablep);
SCM_API void scm_make_port_classes (long ptobnum, char *type_name);
- [Guile-commits] branch wip-goops-refactor created (now f86e587), Andy Wingo, 2015/01/09
- [Guile-commits] 01/42: %compute-applicable-methods in Scheme, Andy Wingo, 2015/01/09
- [Guile-commits] 05/42: More useless goops.c code removal, Andy Wingo, 2015/01/09
- [Guile-commits] 03/42: Rewrite %method-more-specific? to be in Scheme, Andy Wingo, 2015/01/09
- [Guile-commits] 04/42: Remove unused macros in goops.c, Andy Wingo, 2015/01/09
- [Guile-commits] 10/42: Remove declarations without definitions,
Andy Wingo <=
- [Guile-commits] 08/42: Preparation for more GOOPS refactorings, Andy Wingo, 2015/01/09
- [Guile-commits] 06/42: compute-cpl implementation only in Scheme, Andy Wingo, 2015/01/09
- [Guile-commits] 09/42: Remove unused %fast-slot-ref / %fast-slot-set! from GOOPS, Andy Wingo, 2015/01/09
- [Guile-commits] 12/42: Deprecate scm_basic_make_class, Andy Wingo, 2015/01/09
- [Guile-commits] 14/42: define-generic, define-extended-generic are hygienic syntax, Andy Wingo, 2015/01/09
- [Guile-commits] 07/42: %init-goops-builtins is an extension, not a global, Andy Wingo, 2015/01/09
- [Guile-commits] 13/42: `class' is a hygienic macro, Andy Wingo, 2015/01/09
- [Guile-commits] 16/42: Further GOOPS simplifications, Andy Wingo, 2015/01/09
- [Guile-commits] 18/42: Remove unused scm_t_method and SCM_METHOD, Andy Wingo, 2015/01/09
- [Guile-commits] 15/42: Remove unused *goops-module* definition., Andy Wingo, 2015/01/09