mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Remove unused variable
This commit is contained in:
parent
93640db4d5
commit
f6ae728f56
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue