Nuke unreferenced local variables.

This commit is contained in:
Sebastian Bergmann 2001-05-04 06:25:10 +00:00
parent 1ae44c8e49
commit d92522c8d1

View file

@ -116,7 +116,6 @@ static struct gfxinfo *php_handle_bmp (int socketd, FILE *fp, int issock)
{ {
struct gfxinfo *result = NULL; struct gfxinfo *result = NULL;
char temp[15]; char temp[15];
unsigned long in_width, in_height;
struct { struct {
unsigned long in_width, in_height; unsigned long in_width, in_height;