]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Removed unused static variable "lev".
authorTobias Brunner <tobias@strongswan.org>
Thu, 11 Nov 2010 12:04:25 +0000 (13:04 +0100)
committerTobias Brunner <tobias@strongswan.org>
Fri, 3 Dec 2010 16:38:36 +0000 (17:38 +0100)
src/libstrongswan/settings.c

index d161a87b383cc2cd975d9995005d6d2c291720d9..228c6e377aae82ca545e9004a7847c85a78a7df4 100644 (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();