Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dpryan79 committed Jan 5, 2016
1 parent df73e52 commit 51e9c00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion io.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ uint64_t getContentLength(URL_t *URL) {
CURLcode urlFetchData(URL_t *URL, unsigned long bufSize) {
CURLcode rv;
char range[1024];
size_t len;

if(URL->filePos != -1) URL->filePos += URL->bufLen;
else URL->filePos = 0;
Expand Down

0 comments on commit 51e9c00

Please sign in to comment.