Commit:    7bd20354a828b1975571bddf7e1f7a43e264992d
Author:    Pierre Joye <pierre....@gmail.com>         Fri, 26 Apr 2013 08:15:05 
+0200
Parents:   b0afef2d5e0bacb875fe18b640dac648bae30f41
Branches:  PHP-5.5 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=7bd20354a828b1975571bddf7e1f7a43e264992d

Log:
- #64710, kill unused var

Bugs:
https://bugs.php.net/64710

Changed paths:
  M  ext/gd/libgd/gd.c


Diff:
diff --git a/ext/gd/libgd/gd.c b/ext/gd/libgd/gd.c
index 794d276..81eba52 100644
--- a/ext/gd/libgd/gd.c
+++ b/ext/gd/libgd/gd.c
@@ -3011,7 +3011,7 @@ void gdImageGetClip (gdImagePtr im, int *x1P, int *y1P, 
int *x2P, int *y2P)
 int gdImagePaletteToTrueColor(gdImagePtr src)
 {
        unsigned int y;
-       unsigned char alloc_y = 0, alloc_aa = 0;
+       unsigned char alloc_y = 0;
        unsigned int yy;
 
        if (src == NULL) {


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to