mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-21 03:32:35 +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;
|
size_t metadatalen = 0;
|
||||||
nsurl *metadataurl;
|
nsurl *metadataurl;
|
||||||
unsigned int line;
|
unsigned int line;
|
||||||
uint8_t *end;
|
|
||||||
char *ln;
|
char *ln;
|
||||||
int lnsize;
|
int lnsize;
|
||||||
|
|
||||||
@ -1363,8 +1362,6 @@ llcache_process_metadata(llcache_object *object)
|
|||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
end = metadata + metadatalen;
|
|
||||||
|
|
||||||
LOG("Processing retrived data");
|
LOG("Processing retrived data");
|
||||||
|
|
||||||
/* metadata line 1 is the url the metadata referrs to */
|
/* metadata line 1 is the url the metadata referrs to */
|
||||||
|
Loading…
Reference in New Issue
Block a user