diff --git a/ntoskrnl/mm/section.c b/ntoskrnl/mm/section.c index 7adfff7237d..ae2140602f9 100644 --- a/ntoskrnl/mm/section.c +++ b/ntoskrnl/mm/section.c @@ -4823,10 +4823,7 @@ MmFlushImageSection (IN PSECTION_OBJECT_POINTERS SectionObjectPointer, #endif if (SectionObjectPointer->ImageSectionObject) - { - DPRINT1("SectionObject has ImageSection\n"); return FALSE; - } #ifdef NEWCC CcpLock();