- A bit of cleanup (no code change).

svn path=/trunk/; revision=31283
This commit is contained in:
Aleksey Bragin 2007-12-16 17:23:38 +00:00
parent 8918c7ecb0
commit 137d8c4897
3 changed files with 5 additions and 9 deletions

View file

@ -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;
} }

View file

@ -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);
} }

View file

@ -29,4 +29,3 @@ CmpInitHiveViewList(IN PCMHIVE Hive)
Hive->PinnedViews = 0; Hive->PinnedViews = 0;
Hive->UseCount = 0; Hive->UseCount = 0;
} }