mirror of
https://github.com/reactos/reactos.git
synced 2025-04-11 08:13:25 +00:00
[NTOSKRNL]
Disable code in CmpDestroyHiveViewList(). Needs more testing! svn path=/trunk/; revision=68314
This commit is contained in:
parent
3a7d34ee38
commit
9826966d55
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,7 @@ VOID
|
|||
NTAPI
|
||||
CmpDestroyHiveViewList(IN PCMHIVE Hive)
|
||||
{
|
||||
#if 0
|
||||
PCM_VIEW_OF_FILE CmView;
|
||||
PLIST_ENTRY EntryList;
|
||||
|
||||
|
@ -77,6 +78,7 @@ CmpDestroyHiveViewList(IN PCMHIVE Hive)
|
|||
/* The LRU View List should be empty */
|
||||
ASSERT(IsListEmpty(&Hive->LRUViewListHead) == TRUE);
|
||||
ASSERT(Hive->MappedViews == 0);
|
||||
#endif
|
||||
}
|
||||
|
||||
/* EOF */
|
||||
|
|
Loading…
Reference in a new issue