Remove unused variable.

This commit is contained in:
Michael Drake 2015-12-20 12:12:36 +00:00
parent 0492966c86
commit e5ddbd3934

View File

@ -1341,7 +1341,6 @@ llcache_process_metadata(llcache_object *object)
size_t metadatalen = 0;
nsurl *metadataurl;
unsigned int line;
uint8_t *end;
char *ln;
int lnsize;
@ -1363,8 +1362,6 @@ llcache_process_metadata(llcache_object *object)
return res;
}
end = metadata + metadatalen;
LOG("Processing retrived data");
/* metadata line 1 is the url the metadata referrs to */