[NTOSKRNL]
authorEric Kohl <eric.kohl@reactos.org>
Mon, 29 Jun 2015 18:50:18 +0000 (18:50 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Mon, 29 Jun 2015 18:50:18 +0000 (18:50 +0000)
Disable code in CmpDestroyHiveViewList(). Needs more testing!

svn path=/trunk/; revision=68314

reactos/ntoskrnl/config/cmmapvw.c

index d223d2f..694add5 100644 (file)
@@ -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 */