diff options
Diffstat (limited to 'runtime/map.c')
-rw-r--r-- | runtime/map.c | 1 |
1 files changed, 0 insertions, 1 deletions
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), |