1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

[document] unused variable

This commit is contained in:
Witold Filipczyk 2021-02-26 16:14:43 +01:00
parent ffab944a8d
commit 34ccc2c2fd

View File

@ -510,7 +510,7 @@ document_write_do(JSContext *ctx, unsigned int argc, JS::Value *rval, int newlin
struct cache_entry *cached = doc_view->document->cached; struct cache_entry *cached = doc_view->document->cached;
cached = doc_view->document->cached; cached = doc_view->document->cached;
struct fragment *f = get_cache_fragment(cached); struct fragment *f = get_cache_fragment(cached);
struct string buffer = INIT_STRING("", 0);
if (f && f->length) if (f && f->length)
{ {
int code_len=code.length; int code_len=code.length;