]> granicus.if.org Git - php/commitdiff
- Value stored to var is never used
authorFelipe Pena <felipensp@gmail.com>
Sun, 19 Aug 2012 15:55:38 +0000 (12:55 -0300)
committerFelipe Pena <felipensp@gmail.com>
Sun, 19 Aug 2012 15:55:38 +0000 (12:55 -0300)
ext/spl/spl_directory.c

index 4f8edb5211a8d9011209855698f6cb53d5fa059e..8c1810ef71d086a5881bcf744b67127d40fd76b5 100755 (executable)
@@ -434,7 +434,6 @@ static spl_filesystem_object * spl_filesystem_object_create_info(spl_filesystem_
                if (file_path && !use_copy) {
                        efree(file_path);
                }
-               use_copy = 1;
                file_path_len = 1;
                file_path = "/";
 #endif