pkg_parse: remove unused variable in pkg_parse_line()
[project/opkg-lede.git] / libopkg / pkg_parse.c
index adc4e5ea9d0d73d28a0d6e61be781eec207dc43f..057f68b1753d7a3f5a836eb86b3f321e75a6fa47 100644 (file)
@@ -121,7 +121,6 @@ int pkg_parse_line(void *ptr, char *line, uint mask)
        /* these flags are a bit hackish... */
        static int reading_conffiles = 0, reading_description = 0;
        static char *description = NULL;
-       char *s;
        int ret = 0;
 
        /* Exclude globally masked fields. */