pkg_src_list_push: remove unused function
[oweals/opkg-lede.git] / src / opkg-cl.c
index 29072313929f9602bb97bb6fd6bf0fefcdd6cf68..e73e04247708cea481814a53763f70427268fb52 100644 (file)
@@ -20,8 +20,6 @@
 */
 
 #define _GNU_SOURCE
-#include "config.h"
-
 #include <stdio.h>
 #include <getopt.h>
 #include <fnmatch.h>
@@ -442,9 +440,6 @@ int main(int argc, char *argv[])
 
        err = opkg_cmd_exec(cmd, argc - opts, (const char **)(argv + opts));
 
-#ifdef HAVE_CURL
-       opkg_curl_cleanup();
-#endif
 err1:
        opkg_conf_deinit();