diff --git a/ext/standard/image.c b/ext/standard/image.c index 127035fde2b..d15ff4d5455 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;