mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 04:13:37 +00:00
- Remove unnecessary assignment.
svn path=/trunk/; revision=53532
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user