mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 12:56:39 +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 */
|
||||
Kcb->DelayedCloseIndex = CmpDelayedCloseSize;
|
||||
}
|
||||
|
||||
|
|
|
@ -984,5 +984,3 @@ DelistKeyBodyFromKCB(IN PCM_KEY_BODY KeyBody,
|
|||
/* Unlock it it if we did a manual lock */
|
||||
if (!LockHeld) CmpReleaseKcbLock(KeyBody->KeyControlBlock);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -29,4 +29,3 @@ CmpInitHiveViewList(IN PCMHIVE Hive)
|
|||
Hive->PinnedViews = 0;
|
||||
Hive->UseCount = 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue