Remove local variable which was masking a static one.
[oweals/opkg-lede.git] / libopkg / opkg_download.c
index 94f416c7782d5c1a30bdc05b67e28031fbf958b7..3cdc349fa90fcb44c72d01d96ef2370195500024 100644 (file)
@@ -117,7 +117,6 @@ int opkg_download(opkg_conf_t *conf, const char *src,
     }
 
 #ifdef HAVE_CURL
-    CURL *curl;
     CURLcode res;
     FILE * file = fopen (tmp_file_location, "w");