mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 19:49:50 +00:00
cmd: Remove an unused global variable.
This commit is contained in:
parent
f2ec760a80
commit
2820ed9764
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@ BOOL echo_mode = TRUE;
|
|||
static int opt_c, opt_k, opt_s;
|
||||
const WCHAR newline[] = {'\r','\n','\0'};
|
||||
const WCHAR space[] = {' ','\0'};
|
||||
static const WCHAR closeBW[] = {')','\0'};
|
||||
WCHAR anykey[100];
|
||||
WCHAR version_string[100];
|
||||
WCHAR quals[MAX_PATH], param1[MAXSTRING], param2[MAXSTRING];
|
||||
|
|
Loading…
Reference in a new issue