mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[ATTRIB] Delete unused variable 'szText'
This commit is contained in:
parent
189f648584
commit
6bf099a662
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue