From d92522c8d11db7c5881c43d36d38f644a0a435ef Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Fri, 4 May 2001 06:25:10 +0000 Subject: [PATCH] Nuke unreferenced local variables. --- ext/standard/image.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.50.1