summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-interpret.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2016-04-27 16:48:28 +0200
committerTor Andersson <tor.andersson@artifex.com>2016-04-27 17:01:06 +0200
commitd6813444e1fa8c633398fa47e5c919801158eecd (patch)
tree06fbe29d76c023ddc9e8b15c402fc23e3018c3c3 /source/pdf/pdf-interpret.c
parent29d53a0a460e00b3ec9dda508adbd2964077ab27 (diff)
downloadmupdf-d6813444e1fa8c633398fa47e5c919801158eecd.tar.xz
Remove useless try/catch/rethrows.
Diffstat (limited to 'source/pdf/pdf-interpret.c')
-rw-r--r--source/pdf/pdf-interpret.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/pdf/pdf-interpret.c b/source/pdf/pdf-interpret.c
index f037ae22..6ad384f3 100644
--- a/source/pdf/pdf-interpret.c
+++ b/source/pdf/pdf-interpret.c
@@ -1225,7 +1225,6 @@ pdf_process_contents(fz_context *ctx, pdf_processor *proc, pdf_document *doc, pd
}
fz_catch(ctx)
{
- fz_rethrow_if(ctx, FZ_ERROR_ABORT);
fz_rethrow(ctx);
}
}
@@ -1292,7 +1291,6 @@ pdf_process_glyph(fz_context *ctx, pdf_processor *proc, pdf_document *doc, pdf_o
}
fz_catch(ctx)
{
- fz_rethrow_if(ctx, FZ_ERROR_ABORT);
fz_rethrow(ctx);
}
}