Index: base/shell/cmd/filecomp.c =================================================================== --- base/shell/cmd/filecomp.c (revision 68389) +++ base/shell/cmd/filecomp.c (working copy) @@ -203,7 +203,6 @@ HANDLE hFile; BOOL found_dot = FALSE; INT curplace = 0; - INT start; INT count; TCHAR path[MAX_PATH]; TCHAR fname[MAX_PATH]; @@ -232,8 +231,6 @@ if (str[count] == _T(' ')) count++; - start = count; - if (str[count] == _T('"')) count++; /* don't increment start */