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

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

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 dc1978e..fc22dba 100644
--- a/ext/gd/gd.c
+++ b/ext/gd/gd.c
@@ -5363,9 +5363,6 @@ PHP_FUNCTION(imagecropauto)
 PHP_FUNCTION(imagescale)
 {
        zval *IM;
-       long mode = -1;
-       long color = -1;
-       double threshold = 0.5f;
        gdImagePtr im;
        gdImagePtr im_scaled;
        int new_width, new_height = -1;


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

Reply via email to