diff options
author | Andy Wingo <wingo@pobox.com> | 2015-01-06 11:56:23 -0500 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2015-01-23 16:16:00 +0100 |
commit | 005c078f27f8fc018e8e8ff549b546da9341a8cc (patch) | |
tree | 03a56dcc08a800a58d2cdf9da824a627aaabac17 /libguile/goops.h | |
parent | 036c508402d21b93295fc2c3dbca902df5b4f619 (diff) |
Remove useless scm_s_slot_set_x export
* libguile/goops.c:
* libguile/goops.h (scm_s_slot_set_x): Remove unused and useless
export.
Diffstat (limited to 'libguile/goops.h')
-rw-r--r-- | libguile/goops.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libguile/goops.h b/libguile/goops.h index 763302991..08e8c62cf 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; |