From: Derick Rethans Date: Mon, 21 May 2001 22:37:47 +0000 (+0000) Subject: - Nuke warning X-Git-Tag: PRE_GRANULAR_GARBAGE_FIX~293 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5512466878fd3072ee85995b8315276f1c86d303;p=php - Nuke warning --- diff --git a/ext/pdf/pdf.c b/ext/pdf/pdf.c index 39f6e264dc..70109e1b8e 100644 --- a/ext/pdf/pdf.c +++ b/ext/pdf/pdf.c @@ -1889,7 +1889,7 @@ PHP_FUNCTION(pdf_open_memory_image) { zval **arg1, **arg2; int i, j, color, count; - int pdf_image, *img; + int pdf_image; gdImagePtr im; unsigned char *buffer, *ptr; PDF *pdf;