summaryrefslogtreecommitdiffstats
path: root/runtime/map-values.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/map-values.c')
-rw-r--r--runtime/map-values.c1
1 files changed, 0 insertions, 1 deletions
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;