summaryrefslogtreecommitdiff
path: root/libguile/inline.h
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2011-05-26 15:58:42 +0200
committerAndy Wingo <wingo@pobox.com>2011-05-26 15:58:42 +0200
commita8952d1fb73218ad2389bb290ebbb737d4f88fce (patch)
tree6b11cb0bb2cfec204ea7502a20888048fd39aab8 /libguile/inline.h
parent65619ebe9a9af71f6dd17736f5556e53db485f1c (diff)
downloadguile-a8952d1fb73218ad2389bb290ebbb737d4f88fce.tar.gz
remove scm_newcell_count, scm_newcell2_count
* libguile/inline.h: * libguile/gc.c: Remove declaration and definition of unused "scm_newcell_count" and "scm_newcell2_count". Since SCM_INTERNAL is "extern", these symbols were not externally visible anyway, at least under Linux or Windows.
Diffstat (limited to 'libguile/inline.h')
-rw-r--r--libguile/inline.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libguile/inline.h b/libguile/inline.h
index e2697c929..a78cac515 100644
--- a/libguile/inline.h
+++ b/libguile/inline.h
@@ -107,10 +107,6 @@ SCM_API void scm_puts (const char *str_data, SCM port);
introduce any extraneous symbols into the public namespace. We
only need SCM_C_INLINE to be seen publically . */
-extern unsigned scm_newcell2_count;
-extern unsigned scm_newcell_count;
-
-
#ifndef SCM_INLINE_C_INCLUDING_INLINE_H
SCM_C_EXTERN_INLINE
#endif