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