summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2016-09-16 18:20:08 +0100
committerRobin Watts <robin.watts@artifex.com>2016-09-16 20:12:46 +0100
commitb83ae27888612add3eed69646db6b8601db244ee (patch)
treec32b75da99f35580890e1af087bc57849f6c1ec4
parentb0d3b4756372dc19d0e8595550a2593a0afefa3c (diff)
downloadmupdf-b83ae27888612add3eed69646db6b8601db244ee.tar.xz
Remove unused variable.
-rw-r--r--source/pdf/pdf-xref.c2
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)