Author: akhaldi Date: Tue Sep 9 12:06:01 2014 New Revision: 64086
URL: http://svn.reactos.org/svn/reactos?rev=64086&view=rev Log: [RTL] * Remove unused asmv2hashW and DeviceRootW.
Modified: trunk/reactos/lib/rtl/actctx.c trunk/reactos/lib/rtl/path.c
Modified: trunk/reactos/lib/rtl/actctx.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/actctx.c?rev=64086&... ============================================================================== --- trunk/reactos/lib/rtl/actctx.c [iso-8859-1] (original) +++ trunk/reactos/lib/rtl/actctx.c [iso-8859-1] Tue Sep 9 12:06:01 2014 @@ -582,7 +582,6 @@ static const WCHAR dependentAssemblyW[] = {'d','e','p','e','n','d','e','n','t','A','s','s','e','m','b','l','y',0}; static const WCHAR descriptionW[] = {'d','e','s','c','r','i','p','t','i','o','n',0}; static const WCHAR fileW[] = {'f','i','l','e',0}; -static const WCHAR asmv2hashW[] = {'a','s','m','v','2',':','h','a','s','h',0}; static const WCHAR noInheritW[] = {'n','o','I','n','h','e','r','i','t',0}; static const WCHAR noInheritableW[] = {'n','o','I','n','h','e','r','i','t','a','b','l','e',0}; static const WCHAR typelibW[] = {'t','y','p','e','l','i','b',0};
Modified: trunk/reactos/lib/rtl/path.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/path.c?rev=64086&am... ============================================================================== --- trunk/reactos/lib/rtl/path.c [iso-8859-1] (original) +++ trunk/reactos/lib/rtl/path.c [iso-8859-1] Tue Sep 9 12:06:01 2014 @@ -31,7 +31,6 @@
/* GLOBALS ********************************************************************/
-static const WCHAR DeviceRootW[] = L"\\.\"; const UNICODE_STRING DeviceRootString = RTL_CONSTANT_STRING(L"\\.\");
const UNICODE_STRING RtlpDosDevicesUncPrefix = RTL_CONSTANT_STRING(L"\??\UNC\");