opkg: remove unused variable
authorticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>
Mon, 15 Dec 2008 05:11:34 +0000 (05:11 +0000)
committerticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>
Mon, 15 Dec 2008 05:11:34 +0000 (05:11 +0000)
git-svn-id: http://opkg.googlecode.com/svn/trunk@82 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358

libopkg/opkg_download.c

index 8bf6b8dffe4c8361c101930f1f78c1a558094942..d994670dbd66912e81e9194511a74d88721b1546 100644 (file)
@@ -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)