From: graham.gower Date: Fri, 13 Nov 2009 03:30:49 +0000 (+0000) Subject: Remove local variable which was masking a static one. X-Git-Url: https://git.librecmc.org/?p=oweals%2Fopkg-lede.git;a=commitdiff_plain;h=b3310381f4957e7a4866fa710bfbef4bd72919b7;hp=96bc9929dc1d9c5c95c7b24663d8b883289b6bf3 Remove local variable which was masking a static one. git-svn-id: http://opkg.googlecode.com/svn/trunk@298 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- diff --git a/libopkg/opkg_download.c b/libopkg/opkg_download.c index 94f416c..3cdc349 100644 --- a/libopkg/opkg_download.c +++ b/libopkg/opkg_download.c @@ -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");