From: Anatol Belski Date: Fri, 15 Dec 2017 13:58:43 +0000 (+0100) Subject: Drop unused code X-Git-Tag: php-7.3.0alpha1~797 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32db45ca549e8e80fa940fcc09b302eb42801cd7;p=php Drop unused code --- diff --git a/Zend/zend_virtual_cwd.c b/Zend/zend_virtual_cwd.c index a05d1c58ac..1ea6685ea6 100644 --- a/Zend/zend_virtual_cwd.c +++ b/Zend/zend_virtual_cwd.c @@ -1226,19 +1226,6 @@ static size_t tsrm_win32_realpath_quick(char *path, size_t len, time_t *t) /* {{ return bucket->realpath_len; } -#if 0 - if (!php_win32_ioutil_realpath_ex0(resolved_path, tmp_resolved_path, &info)) { - if (CWD_REALPATH == use_realpath) { - DWORD err = GetLastError(); - SET_ERRNO_FROM_WIN32_CODE(err); - return 1; - } else { - /* Fallback to expand only to retain BC. */ - path_length = tsrm_realpath_r(resolved_path, start, path_length, &ll, &t, use_realpath, 0, NULL); - } - } else { -#endif - if (!php_win32_ioutil_realpath_ex0(path, tmp_resolved_path, &info)) { DWORD err = GetLastError(); SET_ERRNO_FROM_WIN32_CODE(err);