cmd: Remove fslashW.

This commit is contained in:
Gerald Pfeifer 2014-08-20 17:18:38 +02:00 committed by Alexandre Julliard
parent 063b3bc9db
commit 51d217e6df
1 changed files with 0 additions and 1 deletions

View File

@ -100,7 +100,6 @@ static const WCHAR externals[][10] = {
{'A','T','T','R','I','B','\0'},
{'X','C','O','P','Y','\0'}
};
static const WCHAR fslashW[] = {'/','\0'};
static const WCHAR onW[] = {'O','N','\0'};
static const WCHAR offW[] = {'O','F','F','\0'};
static const WCHAR parmY[] = {'/','Y','\0'};