cmd: Remove an unused variable.

oldstable
Francois Gouget 2012-01-23 17:24:30 +01:00 committed by Alexandre Julliard
parent 6fc6cf6935
commit 774eb34e36
1 changed files with 0 additions and 3 deletions

View File

@ -1714,9 +1714,6 @@ void WCMD_move (void)
/* Prompt if overwriting */
if (!force) {
WCHAR* question;
WCHAR yesChar[10];
strcpyW(yesChar, WCMD_LoadMessage(WCMD_YES));
/* Ask for confirmation */
question = WCMD_format_string(WCMD_LoadMessage(WCMD_OVERWRITE), dest);