mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-19 02:32:44 +03:00
Remove unused variable.
This commit is contained in:
parent
0492966c86
commit
e5ddbd3934
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user