[gs-commits] rev 11776 - trunk/gs/base
ken at ghostscript.com
ken at ghostscript.com
Fri Oct 8 13:34:01 UTC 2010
Author: ken
Date: 2010-10-08 13:34:00 +0000 (Fri, 08 Oct 2010)
New Revision: 11776
Modified:
trunk/gs/base/gdevpdfi.c
Log:
Remove an unused variable (flagged by static analysis)
Modified: trunk/gs/base/gdevpdfi.c
===================================================================
--- trunk/gs/base/gdevpdfi.c 2010-10-08 13:31:11 UTC (rev 11775)
+++ trunk/gs/base/gdevpdfi.c 2010-10-08 13:34:00 UTC (rev 11776)
@@ -1325,7 +1325,6 @@
{
int code;
pdf_image_enum *pmie;
- pdf_image_enum *pmce;
int i;
const gs_image3x_mask_t *pixm;
@@ -1352,7 +1351,6 @@
return_error(gs_error_rangecheck);
}
pmie = (pdf_image_enum *)pminfo[i];
- pmce = (pdf_image_enum *)(*pinfo);
/*
* Add the SMask entry to the image dictionary, and, if needed,
* the Matte entry to the mask dictionary.
More information about the gs-commits
mailing list