mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Revert 41455
svn path=/trunk/; revision=41458
This commit is contained in:
@@ -79,7 +79,6 @@ HvpGetCellFullSize(
|
||||
PHHIVE RegistryHive,
|
||||
PVOID Cell)
|
||||
{
|
||||
UNREFERENCED_PARAMETER(RegistryHive);
|
||||
return ((PHCELL)Cell - 1)->Size;
|
||||
}
|
||||
|
||||
@@ -90,8 +89,6 @@ HvGetCellSize(IN PHHIVE Hive,
|
||||
PHCELL CellHeader;
|
||||
LONG Size;
|
||||
|
||||
UNREFERENCED_PARAMETER(Hive);
|
||||
|
||||
CellHeader = (PHCELL)Address - 1;
|
||||
Size = CellHeader->Size * -1;
|
||||
Size -= sizeof(HCELL);
|
||||
|
||||
@@ -445,9 +445,6 @@ HvInitialize(
|
||||
NTSTATUS Status;
|
||||
PHHIVE Hive = RegistryHive;
|
||||
|
||||
UNREFERENCED_PARAMETER(HiveType);
|
||||
UNREFERENCED_PARAMETER(FileName);
|
||||
|
||||
/*
|
||||
* Create a new hive structure that will hold all the maintenance data.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user