[1/4] cmd: Remove an unused global variable

Frédéric Delanoy frederic.delanoy at gmail.com
Tue Nov 29 07:39:25 CST 2011


---
 programs/cmd/wcmdmain.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/programs/cmd/wcmdmain.c b/programs/cmd/wcmdmain.c
index 5bcdbca..128c7b3 100644
--- a/programs/cmd/wcmdmain.c
+++ b/programs/cmd/wcmdmain.c
@@ -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];
-- 
1.7.7.2




More information about the wine-patches mailing list