From 66f95fac49b0789dbf33026643c015c563b57572 Mon Sep 17 00:00:00 2001 From: hunt Date: Wed, 9 Nov 2005 08:24:52 +0000 Subject: 2005-11-09 Martin Hunt * map.h (struct map_root): Delete fields used by old API. * map.c: Remove old map API functions. * map-stat.c (_stp_map_add_stat): Delete. (_stp_pmap_new_hstat_linear): Move here from map.c. (_stp_pmap_new_hstat_log): Ditto. * list.c: Deleted. * map-keys.c: Deleted. * map-values.c: Deleted. * map-int.c: Deleted. --- runtime/map-gen.c | 1 - 1 file changed, 1 deletion(-) (limited to 'runtime/map-gen.c') diff --git a/runtime/map-gen.c b/runtime/map-gen.c index c6acb781..f3d65c4d 100644 --- a/runtime/map-gen.c +++ b/runtime/map-gen.c @@ -398,7 +398,6 @@ int KEYSYM(__stp_map_set) (MAP map, ALLKEYSD(key), VSTYPE val, int add) struct hlist_head *head; struct hlist_node *e; struct KEYSYM(map_node) *n; - int res; if (map == NULL) return -2; -- cgit