rev 298 - trunk

[email protected] Thu, 4 Dec 2003 09:09:46 -0800 (PST)
Newsgroups gmane.comp.printing.ghostscript.jbig2dec.cvs
Message-ID <[email protected]>
Author: giles
Date: 2003-12-04 07:54:34 -0800 (Thu, 04 Dec 2003)
New Revision: 298

Modified:
   trunk/jbig2_symbol_dict.c
Log:
Remove an unused local variable.


Modified: trunk/jbig2_symbol_dict.c
===================================================================
--- trunk/jbig2_symbol_dict.c	2003-12-03 05:42:07 UTC (rev 297)
+++ trunk/jbig2_symbol_dict.c	2003-12-04 15:54:34 UTC (rev 298)
@@ -391,7 +391,6 @@
   int sdat_bytes;
   int offset;
   Jbig2ArithCx *GB_stats = NULL;
-  Jbig2SymbolDict *SDINSYMS = NULL;
   
   if (segment->data_length < 10)
     goto too_short;