summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/standard/image.c1
1 files changed, 0 insertions, 1 deletions
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;