opkg: remove unused variable
[oweals/opkg-lede.git] / 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)