mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
Nuke unreferenced local variables.
This commit is contained in:
parent
1ae44c8e49
commit
d92522c8d1
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue