Commit f40265b0 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

cmd: Remove variable argsProcessed which is not really used from WCMD_directory.

parent 02a0bd3a
......@@ -638,7 +638,6 @@ void WCMD_directory (WCHAR *cmd) {
WCHAR *p;
WCHAR string[MAXSTRING];
int argno = 0;
int argsProcessed = 0;
WCHAR *argN = cmd;
WCHAR lastDrive;
BOOL trailerReqd = FALSE;
......@@ -831,7 +830,6 @@ void WCMD_directory (WCHAR *cmd) {
}
argno = 0;
argsProcessed = 0;
argN = cmd;
GetCurrentDirectoryW(MAX_PATH, cwd);
strcatW(cwd, slashW);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment