Commit:    b0afef2d5e0bacb875fe18b640dac648bae30f41
Author:    Pierre Joye <pierre....@gmail.com>         Fri, 26 Apr 2013 08:10:24 
+0200
Parents:   685a6d9aab5fe9f8f66193b407e29126876b84c6
Branches:  PHP-5.5 master

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

Log:
#64710, kill unused vars

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

Changed paths:
  M  ext/gd/gd.c


Diff:
diff --git a/ext/gd/gd.c b/ext/gd/gd.c
index fc22dba..c3f6188 100644
--- a/ext/gd/gd.c
+++ b/ext/gd/gd.c
@@ -5411,9 +5411,6 @@ finish:
 PHP_FUNCTION(imageaffine)
 {
        zval *IM;
-       long mode = -1;
-       long color = -1;
-       double threshold = 0.5f;
        gdImagePtr src;
        gdImagePtr dst;
        gdRect rect;


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

Reply via email to