]> granicus.if.org Git - php/commitdiff
Remove unused variable
authorChristoph M. Becker <cmbecker69@gmx.de>
Thu, 14 May 2020 15:55:31 +0000 (17:55 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Thu, 14 May 2020 15:55:31 +0000 (17:55 +0200)
win32/ioutil.c

index 8cd704c66267d7f7beeb65f296b5ce5aff2ead6e..dad7d81cb6e26be6bcdf323f2743a448bf384ab5 100644 (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;