Removed unused static variable "lev".

This commit is contained in:
Tobias Brunner
2010-12-03 17:38:36 +01:00
parent 413d8fe0e3
commit f6037d79cf
-3
View File
@@ -543,9 +543,6 @@ static section_t* parse_section(char **text, char *name)
bool finished = FALSE;
char *key, *value, *inner;
static int lev = 0;
lev++;
section = malloc_thing(section_t);
section->name = name;
section->sections = linked_list_create();