- Remove unnecessary assignment.

svn path=/trunk/; revision=53532
This commit is contained in:
Aleksey Bragin
2011-09-02 19:25:49 +00:00
parent 1461196343
commit 180a02335c
-1
View File
@@ -1109,7 +1109,6 @@ CmpLoadHiveThread(IN PVOID StartContext)
RegStart = RegName.Length;
/* Build the base name */
RegName.Length = RegStart;
RtlInitUnicodeString(&TempName, CmpMachineHiveList[i].BaseName);
RtlAppendStringToString((PSTRING)&RegName, (PSTRING)&TempName);