guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 12/88: Remove declarations without definitions


From: Andy Wingo
Subject: [Guile-commits] 12/88: Remove declarations without definitions
Date: Fri, 23 Jan 2015 15:25:24 +0000

wingo pushed a commit to branch master
in repository guile.

commit a91ea6a8a36b6911a0d355f7d167f0135aa32348
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);



reply via email to

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