mirror of
https://github.com/reactos/reactos.git
synced 2025-06-03 16:30:26 +00:00
remove unused variable 'commandlen'
svn path=/trunk/; revision=7666
This commit is contained in:
parent
17198161b0
commit
b125070d51
1 changed files with 0 additions and 1 deletions
|
@ -511,7 +511,6 @@ UINT SHELL_FindExecutable(LPCWSTR lpPath, LPCWSTR lpFile, LPCWSTR lpOperation,
|
|||
WCHAR filetype[256]; /* registry name for this filetype */
|
||||
LONG filetypelen = 256; /* length of above */
|
||||
WCHAR command[256]; /* command from registry */
|
||||
LONG commandlen = 256; /* This is the most DOS can handle :) */
|
||||
WCHAR wBuffer[256]; /* Used to GetProfileString */
|
||||
UINT retval = 31; /* default - 'No association was found' */
|
||||
WCHAR *tok; /* token pointer */
|
||||
|
|
Loading…
Reference in a new issue