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:
parent
ffab944a8d
commit
34ccc2c2fd
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user