guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 20/87: Remove useless scm_s_slot_set_x export


From: Andy Wingo
Subject: [Guile-commits] 20/87: Remove useless scm_s_slot_set_x export
Date: Thu, 22 Jan 2015 17:29:47 +0000

wingo pushed a commit to branch wip-goops-refactor
in repository guile.

commit e3b12bcbe3980fd53fab61b47e4c41af0fc1a0c2
Author: Andy Wingo <address@hidden>
Date:   Tue Jan 6 11:56:23 2015 -0500

    Remove useless scm_s_slot_set_x export
    
    * libguile/goops.c:
    * libguile/goops.h (scm_s_slot_set_x): Remove unused and useless
      export.
---
 libguile/goops.c |    2 --
 libguile/goops.h |    1 -
 2 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/libguile/goops.c b/libguile/goops.c
index b9389f9..ad0f04c 100644
--- a/libguile/goops.c
+++ b/libguile/goops.c
@@ -977,8 +977,6 @@ SCM_DEFINE (scm_slot_set_x, "slot-set!", 3, 0, 0,
 }
 #undef FUNC_NAME
 
-const char *scm_s_slot_set_x = s_scm_slot_set_x;
-
 SCM_DEFINE (scm_slot_bound_p, "slot-bound?", 2, 0, 0,
            (SCM obj, SCM slot_name),
            "Return @code{#t} if the slot named @var{slot_name} of @var{obj}\n"
diff --git a/libguile/goops.h b/libguile/goops.h
index 7633029..08e8c62 100644
--- a/libguile/goops.h
+++ b/libguile/goops.h
@@ -212,7 +212,6 @@ SCM_API SCM scm_class_scm;
 SCM_API SCM scm_class_int;
 SCM_API SCM scm_class_float;
 SCM_API SCM scm_class_double;
-SCM_API const char *scm_s_slot_set_x;
 
 SCM_API SCM scm_module_goops;
 



reply via email to

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