mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:02:56 +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 dwAttrib = 0;
|
||||||
DWORD dwMask = 0;
|
DWORD dwMask = 0;
|
||||||
LPWSTR p;
|
LPWSTR p;
|
||||||
WCHAR szText[MAX_PATH];
|
|
||||||
|
|
||||||
/* Initialize the Console Standard Streams */
|
/* Initialize the Console Standard Streams */
|
||||||
ConInitStdStreams();
|
ConInitStdStreams();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue