From: Pierre Joye Date: Mon, 11 Aug 2008 13:14:01 +0000 (+0000) Subject: - removed commented code X-Git-Tag: BEFORE_HEAD_NS_CHANGE~776 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8369777cae6689020545afb5e9e25ce32c4eff52;p=php - removed commented code --- diff --git a/ext/standard/file.c b/ext/standard/file.c index 82e18dd7e7..c6c628bce0 100644 --- a/ext/standard/file.c +++ b/ext/standard/file.c @@ -1907,11 +1907,6 @@ PHPAPI int php_copy_file_ex(char *src, char *dest, int src_chk TSRMLS_DC) php_error_docref(NULL TSRMLS_CC, E_WARNING, "The second argument to copy() function cannot be a directory"); return FAILURE; } - /* - if (php_stream_stat_path_ex(dest, PHP_STREAM_URL_STAT_QUIET, &dest_s, NULL) != 0) { - goto safe_to_copy; - } -*/ if (!src_s.sb.st_ino || !dest_s.sb.st_ino) { goto no_stat; }