Remove unused callbacks, a legacy of the now removed ipkg API.
[oweals/opkg-lede.git] / libopkg / opkg_message.c
index fc4a19620f8ccc465ecaf554e35d43f8a6ccab9c..33a9c90e3b3eaacbb459955e804fd2afe34dc4ba 100644 (file)
@@ -33,7 +33,7 @@ opkg_message (opkg_conf_t * conf, message_level_t level, char *fmt, ...)
        if (level == OPKG_ERROR) {
                char msg[256];
                vsnprintf(msg, 256, fmt, ap);
-               push_error_list(&error_list, msg);
+               push_error_list(msg);
        } else
                vprintf(fmt, ap);