[ATTRIB] Delete unused variable 'szText'

This commit is contained in:
Katayama Hirofumi MZ 2019-11-29 20:08:46 +09:00
parent 189f648584
commit 6bf099a662

View file

@ -283,7 +283,6 @@ int wmain(int argc, WCHAR *argv[])
DWORD dwAttrib = 0;
DWORD dwMask = 0;
LPWSTR p;
WCHAR szText[MAX_PATH];
/* Initialize the Console Standard Streams */
ConInitStdStreams();