shithub: jbig2

Download patch

ref: d46b5050cb2ba55fbeb32e70ae368e614ff33d5a
parent: a9edf8c0252898ffb46431e8b5f7bc79d19634f6
author: giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
date: Mon Nov 3 11:34:12 EST 2003

Remove an unused variable.


git-svn-id: http://svn.ghostscript.com/jbig2dec/trunk@282 ded80894-8fb9-0310-811b-c03f3676ab4d

--- a/jbig2dec.c
+++ b/jbig2dec.c
@@ -309,8 +309,6 @@
 static int
 write_page_image(jbig2dec_params_t *params, Jbig2Image *image)
 {
-      FILE *out;
-      
       if (!strncmp(params->output_file, "-", 2))
         {
 	  switch (params->output_format) {