diff options
author | Sebastian Rasmussen <sebras@gmail.com> | 2017-09-12 22:29:41 +0800 |
---|---|---|
committer | Sebastian Rasmussen <sebras@gmail.com> | 2017-09-13 17:42:00 +0200 |
commit | 7c8151b6d42f036644a49245ffd6abf02422ac64 (patch) | |
tree | 7393f298477aae4c1d87a220c03814b9e93c58ad /source/pdf/pdf-stream.c | |
parent | ea2290b22aa2cf31a32695bb84189d0052fdb0a2 (diff) | |
download | mupdf-7c8151b6d42f036644a49245ffd6abf02422ac64.tar.xz |
Remove old workaround.
Diffstat (limited to 'source/pdf/pdf-stream.c')
-rw-r--r-- | source/pdf/pdf-stream.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/pdf/pdf-stream.c b/source/pdf/pdf-stream.c index 2cb54183..34757aa8 100644 --- a/source/pdf/pdf-stream.c +++ b/source/pdf/pdf-stream.c @@ -631,7 +631,6 @@ pdf_open_object_array(fz_context *ctx, pdf_document *doc, pdf_obj *list) n = pdf_array_len(ctx, list); stm = fz_open_concat(ctx, n, 1); - fz_var(i); /* Workaround Mac compiler bug */ for (i = 0; i < n; i++) { pdf_obj *obj = pdf_array_get(ctx, list, i); |