From e94cb46c2219da504a559d49eeda3e4134b96453 Mon Sep 17 00:00:00 2001 From: hunt Date: Tue, 22 Mar 2005 18:36:50 +0000 Subject: *** empty log message *** --- runtime/map.c | 1 - 1 file changed, 1 deletion(-) (limited to 'runtime/map.c') diff --git a/runtime/map.c b/runtime/map.c index 04035661..0942fdaa 100644 --- a/runtime/map.c +++ b/runtime/map.c @@ -3,7 +3,6 @@ * @brief Implements maps (associative arrays) and lists */ - static int map_sizes[] = { sizeof(struct map_node_int64), sizeof(struct map_node_stat), -- cgit