mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
- A bit of cleanup (no code change).
svn path=/trunk/; revision=31283
This commit is contained in:
parent
8918c7ecb0
commit
137d8c4897
3 changed files with 5 additions and 9 deletions
|
@ -346,4 +346,3 @@ CmpRemoveFromDelayedClose(IN PCM_KEY_CONTROL_BLOCK Kcb)
|
||||||
/* Set new delay size and remove the delete flag */
|
/* Set new delay size and remove the delete flag */
|
||||||
Kcb->DelayedCloseIndex = CmpDelayedCloseSize;
|
Kcb->DelayedCloseIndex = CmpDelayedCloseSize;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -984,5 +984,3 @@ DelistKeyBodyFromKCB(IN PCM_KEY_BODY KeyBody,
|
||||||
/* Unlock it it if we did a manual lock */
|
/* Unlock it it if we did a manual lock */
|
||||||
if (!LockHeld) CmpReleaseKcbLock(KeyBody->KeyControlBlock);
|
if (!LockHeld) CmpReleaseKcbLock(KeyBody->KeyControlBlock);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -29,4 +29,3 @@ CmpInitHiveViewList(IN PCMHIVE Hive)
|
||||||
Hive->PinnedViews = 0;
|
Hive->PinnedViews = 0;
|
||||||
Hive->UseCount = 0;
|
Hive->UseCount = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue