diff options
Diffstat (limited to 'variable.c')
-rw-r--r-- | variable.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -333,8 +333,6 @@ merge_variable_set_lists (setlist0, setlist1) merge_variable_sets (list0->set, next->set); - free ((char *) next); - last0 = list0; list0 = list0->next; } |