wingo pushed a commit to branch wip-goops-refactor
in repository guile.
commit 383ee3926b8e69297d8d8e8234eb2eb02390bb2e
Author: Andy Wingo <[email protected]>
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 5810fdf..ebbfa26 100644
--- a/libguile/goops.c
+++ b/libguile/goops.c
@@ -975,8 +975,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;