diff options
author | ticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358> | 2008-12-15 00:11:34 (EST) |
---|---|---|
committer | ticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358> | 2008-12-15 00:11:34 (EST) |
commit | b9e095a94bd550cea050a3a614e3e370b8c9e466 (patch) | |
tree | 396489c521d7cf91759e01fe6ad5181e212edbc0 /libopkg | |
parent | d076e67e6f8fe63ae199d44609bf171b82306085 (diff) |
opkg: remove unused variable
git-svn-id: http://opkg.googlecode.com/svn/trunk@82 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'libopkg')
-rw-r--r-- | libopkg/opkg_download.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) |