diff options
author | Robin Watts <robin.watts@artifex.com> | 2016-09-16 18:20:08 +0100 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2016-09-16 20:12:46 +0100 |
commit | b83ae27888612add3eed69646db6b8601db244ee (patch) | |
tree | c32b75da99f35580890e1af087bc57849f6c1ec4 /source/pdf | |
parent | b0d3b4756372dc19d0e8595550a2593a0afefa3c (diff) | |
download | mupdf-b83ae27888612add3eed69646db6b8601db244ee.tar.xz |
Remove unused variable.
Diffstat (limited to 'source/pdf')
-rw-r--r-- | source/pdf/pdf-xref.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/pdf/pdf-xref.c b/source/pdf/pdf-xref.c index 9c09ca98..c4db8e4f 100644 --- a/source/pdf/pdf-xref.c +++ b/source/pdf/pdf-xref.c @@ -2594,7 +2594,7 @@ pdf_load_hint_object(fz_context *ctx, pdf_document *doc) { pdf_obj *page = NULL; fz_off_t tmpofs; - int num, gen, tok; + int num, tok; tok = pdf_lex(ctx, doc->file, buf); if (tok != PDF_TOK_INT) |