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