summaryrefslogtreecommitdiff
path: root/ext/standard/image.c
diff options
context:
space:
mode:
authorSebastian Bergmann <sbergmann@php.net>2001-05-04 06:25:10 +0000
committerSebastian Bergmann <sbergmann@php.net>2001-05-04 06:25:10 +0000
commitd92522c8d11db7c5881c43d36d38f644a0a435ef (patch)
treefe406e3c35e2ccd7fbe8b496fe451768a66007b1 /ext/standard/image.c
parent1ae44c8e49ebd11f183cb24b935709c787f485e6 (diff)
downloadphp-git-d92522c8d11db7c5881c43d36d38f644a0a435ef.tar.gz
Nuke unreferenced local variables.
Diffstat (limited to 'ext/standard/image.c')
-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;