shithub: jbig2

Download patch

ref: a889e79e5e6b5815428ad9dbe56b11a65c8aa395
parent: 2c6315036696b95ebec9dbb770283fee37b076fd
author: giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
date: Mon Aug 5 18:46:00 EDT 2002

remove an unused variable


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

--- a/jbig2_page.c
+++ b/jbig2_page.c
@@ -8,7 +8,7 @@
     the Free Software Foundation; either version 2 of the License, or
     (at your option) any later version.
 
-    $Id: jbig2_page.c,v 1.13 2002/07/20 17:23:15 giles Exp $
+    $Id: jbig2_page.c,v 1.14 2002/08/05 22:46:00 giles Exp $
 */
 
 #ifdef HAVE_CONFIG_H
@@ -164,8 +164,6 @@
 int
 jbig2_complete_page (Jbig2Ctx *ctx)
 {
-    uint32_t page_number = ctx->pages[ctx->current_page].number;
-        
     ctx->pages[ctx->current_page].state = JBIG2_PAGE_COMPLETE;
 
     return 0;