From ce6660664198cc05a30ab5f342f8f95d491dbb41 Mon Sep 17 00:00:00 2001 From: Ludovic Courtes Date: Sun, 14 May 2006 18:44:09 +0000 Subject: procs/weaks/hashtab: Removed a bit of useless mark/free code. * libguile/hashtab.c (UNMARKED_CELL_P): Removed. (scm_i_scan_weak_hashtables): Removed. * libguile/hashtab.h (scm_i_scan_weak_hashtables): Removed. * libguile/procs.c (scm_mark_subr_table): Removed. * libguile/procs.h (scm_mark_subr_table): Removed. * libguile/weaks.c (UNMARKED_CELL_P): Removed. (scm_i_remove_weaks): Removed. (scm_i_remove_weaks_from_weak_vectors): Removed. git-archimport-id: lcourtes@laas.fr--2005-libre/guile-core--boehm-gc--1.9--patch-18 --- libguile/procs.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libguile/procs.h') diff --git a/libguile/procs.h b/libguile/procs.h index 060c8ee42..74627254a 100644 --- a/libguile/procs.h +++ b/libguile/procs.h @@ -136,7 +136,6 @@ SCM_API long scm_subr_table_room; -SCM_API void scm_mark_subr_table (void); SCM_API void scm_free_subr_entry (SCM subr); SCM_API SCM scm_c_make_subr (const char *name, long type, SCM (*fcn)()); SCM_API SCM scm_c_make_subr_with_generic (const char *name, long type, -- cgit v1.2.3