From b3f8aec650def4466fb8b89ae53dda7b7f828d63 Mon Sep 17 00:00:00 2001 From: hunt Date: Thu, 8 Sep 2005 16:42:35 +0000 Subject: 2005-09-08 Martin Hunt * map-values.c (_stp_map_entry_exists): Remove unused var. --- runtime/map-values.c | 1 - 1 file changed, 1 deletion(-) (limited to 'runtime/map-values.c') diff --git a/runtime/map-values.c b/runtime/map-values.c index 32cfb59d..638b3e23 100644 --- a/runtime/map-values.c +++ b/runtime/map-values.c @@ -53,7 +53,6 @@ void _stp_map_add_int64 (MAP map, int64_t val) unsigned _stp_map_entry_exists (MAP map) { - struct map_node *m; if (map == NULL || map->create || map->key == NULL) return 0; return 1; -- cgit