Skip to content

Commit 2497bb9

Browse files
committed
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3: - Value stored to var is never used
2 parents 7a72405 + 6cd0e44 commit 2497bb9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/spl/spl_directory.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,6 @@ static spl_filesystem_object * spl_filesystem_object_create_info(spl_filesystem_
433433
if (file_path && !use_copy) {
434434
efree(file_path);
435435
}
436-
use_copy = 1;
437436
file_path_len = 1;
438437
file_path = "/";
439438
#endif

0 commit comments

Comments
 (0)