mirror of
https://github.com/php/php-src.git
synced 2024-11-25 19:05:31 +08:00
Nuke unused vars
This commit is contained in:
parent
9972e05ca1
commit
a28b0fdbb4
@ -2878,7 +2878,7 @@ gdImagePtr gdImageRotate (gdImagePtr src, double dAngle, int clrBack)
|
||||
{
|
||||
gdImagePtr pMidImg;
|
||||
gdImagePtr rotatedImg;
|
||||
int r,g,b,a;
|
||||
|
||||
if (src == NULL) {
|
||||
return NULL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user