str_list_push: remove unused function
[oweals/opkg-lede.git] / libopkg / pkg_parse.c
index adc4e5ea9d0d73d28a0d6e61be781eec207dc43f..121f147900032d81775d6ddf102e41b2a0b44d62 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. */
@@ -207,7 +206,7 @@ int pkg_parse_line(void *ptr, char *line, uint mask)
 
                        if (ab_pkg && (ab_pkg->state_flag & SF_NEED_DETAIL)) {
                                if (!(pkg->state_flag & SF_NEED_DETAIL)) {
-                                       opkg_msg(DEPEND, "propagating abpkg flag to pkg %s\n", pkg->name);
+                                       opkg_msg(DEBUG, "propagating abpkg flag to pkg %s\n", pkg->name);
                                        pkg->state_flag |= SF_NEED_DETAIL;
                                }
                        }