1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00

Drop unused code

This commit is contained in:
Anatol Belski
2017-12-15 14:58:43 +01:00
parent f3f6cd24e9
commit 32db45ca54

View File

@@ -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);