From: ticktock35 Date: Mon, 15 Dec 2008 05:11:34 +0000 (+0000) Subject: opkg: remove unused variable X-Git-Url: https://git.librecmc.org/?p=oweals%2Fopkg-lede.git;a=commitdiff_plain;h=b9e095a94bd550cea050a3a614e3e370b8c9e466 opkg: remove unused variable git-svn-id: http://opkg.googlecode.com/svn/trunk@82 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- diff --git a/libopkg/opkg_download.c b/libopkg/opkg_download.c index 8bf6b8d..d994670 100644 --- a/libopkg/opkg_download.c +++ b/libopkg/opkg_download.c @@ -42,7 +42,6 @@ curl_progress_func (char* url, double ultotal, double ulnow) { - int i; int p = (t) ? d*100/t : 0; if (opkg_cb_download_progress)