Commit:    3fffc78ed0e49101de97e2c9676cea1c8035ed5a
Author:    Pierre Joye <pierre....@gmail.com>         Fri, 26 Apr 2013 08:07:47 
+0200
Parents:   b5902b6c9de4886a1e66e93c6aaabc9eb4ee768c
Branches:  PHP-5.5 master

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

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 ab9d850..dc1978e 100644
--- a/ext/gd/gd.c
+++ b/ext/gd/gd.c
@@ -5260,9 +5260,6 @@ PHP_FUNCTION(imageantialias)
 PHP_FUNCTION(imagecrop)
 {
        zval *IM;
-       long mode = -1;
-       long color = -1;
-       double threshold = 0.5f;
        gdImagePtr im;
        gdImagePtr im_crop;
        gdRect rect;


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

Reply via email to