diff options
Diffstat (limited to 'libguile/gc.h')
-rw-r--r-- | libguile/gc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libguile/gc.h b/libguile/gc.h index f2e243d26..578101062 100644 --- a/libguile/gc.h +++ b/libguile/gc.h @@ -130,7 +130,6 @@ SCM_API void *scm_gc_malloc (size_t size, const char *what) SCM_MALLOC; SCM_API void *scm_gc_realloc (void *mem, size_t old_size, size_t new_size, const char *what); -SCM_API void scm_gc_free (void *mem, size_t size, const char *what); SCM_API char *scm_gc_strdup (const char *str, const char *what) SCM_MALLOC; SCM_API char *scm_gc_strndup (const char *str, size_t n, const char *what) |