From: Sebastian Bergmann Date: Fri, 4 May 2001 06:25:10 +0000 (+0000) Subject: Nuke unreferenced local variables. X-Git-Tag: php-4.0.6RC1~154 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d92522c8d11db7c5881c43d36d38f644a0a435ef;p=php Nuke unreferenced local variables. --- diff --git a/ext/standard/image.c b/ext/standard/image.c index 127035fde2..d15ff4d545 100644 --- a/ext/standard/image.c +++ b/ext/standard/image.c @@ -116,7 +116,6 @@ static struct gfxinfo *php_handle_bmp (int socketd, FILE *fp, int issock) { struct gfxinfo *result = NULL; char temp[15]; - unsigned long in_width, in_height; struct { unsigned long in_width, in_height;