Gerald Pfeifer : cmd: Remove fslashW.
Module: wine Branch: master Commit: 51d217e6df3f112e8b1fd62356a0a3687d231f2b URL: http://source.winehq.org/git/wine.git/?a=commit;h=51d217e6df3f112e8b1fd62356... Author: Gerald Pfeifer <gerald(a)pfeifer.com> Date: Wed Aug 20 17:18:38 2014 +0200 cmd: Remove fslashW. --- programs/cmd/builtins.c | 1 - 1 file changed, 1 deletion(-) diff --git a/programs/cmd/builtins.c b/programs/cmd/builtins.c index cb7dfef..f7db4a9 100644 --- a/programs/cmd/builtins.c +++ b/programs/cmd/builtins.c @@ -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'};
participants (1)
-
Alexandre Julliard