summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Pena <felipensp@gmail.com>2012-08-19 12:55:38 -0300
committerFelipe Pena <felipensp@gmail.com>2012-08-19 12:55:38 -0300
commit6cd0e446dd93b5232b49c6248102b77b17865904 (patch)
tree03e73c9995befff0c09298613919f1ca56a1eb1a
parent001966c754f67f36871507e70e2ec1af5a9816bd (diff)
downloadphp-git-6cd0e446dd93b5232b49c6248102b77b17865904.tar.gz
- Value stored to var is never used
-rwxr-xr-xext/spl/spl_directory.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/spl/spl_directory.c b/ext/spl/spl_directory.c
index 4f8edb5211..8c1810ef71 100755
--- a/ext/spl/spl_directory.c
+++ b/ext/spl/spl_directory.c
@@ -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