From 74b09cbcf817c340d1379b64ae11b5c9dae4ae91 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Sat, 4 May 2002 17:41:51 +0000 Subject: [PATCH] c set but unused --- ext/standard/iptc.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ext/standard/iptc.c b/ext/standard/iptc.c index 5e43a78d71..e94be6d875 100644 --- a/ext/standard/iptc.c +++ b/ext/standard/iptc.c @@ -112,9 +112,7 @@ static int php_iptc_get1(FILE *fp, int spool, unsigned char **spoolbuf TSRMLS_DC */ static int php_iptc_read_remaining(FILE *fp, int spool, unsigned char **spoolbuf TSRMLS_DC) { - int c; - - while ((c = php_iptc_get1(fp, spool, spoolbuf TSRMLS_CC)) != EOF) continue; + while (php_iptc_get1(fp, spool, spoolbuf TSRMLS_CC) != EOF) continue; return M_EOI; } -- 2.50.1