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

Remove unused variable

This commit is contained in:
Christoph M. Becker
2020-05-14 17:55:31 +02:00
parent 93640db4d5
commit f6ae728f56

View File

@@ -860,7 +860,6 @@ static int php_win32_ioutil_fstat_int(HANDLE h, php_win32_ioutil_stat_t *buf, co
BY_HANDLE_FILE_INFORMATION d;
PBY_HANDLE_FILE_INFORMATION data;
LARGE_INTEGER t;
wchar_t mypath[MAXPATHLEN];
uint8_t is_dir;
data = !dp ? &d : dp;