mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
Nuke unused vars
This commit is contained in:
parent
9972e05ca1
commit
a28b0fdbb4
1 changed files with 1 additions and 1 deletions
|
@ -2878,7 +2878,7 @@ gdImagePtr gdImageRotate (gdImagePtr src, double dAngle, int clrBack)
|
||||||
{
|
{
|
||||||
gdImagePtr pMidImg;
|
gdImagePtr pMidImg;
|
||||||
gdImagePtr rotatedImg;
|
gdImagePtr rotatedImg;
|
||||||
int r,g,b,a;
|
|
||||||
if (src == NULL) {
|
if (src == NULL) {
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue