diff --git a/ntoskrnl/mm/pagefile.c b/ntoskrnl/mm/pagefile.c index d1c2e0c0138..4e6679bcbe4 100644 --- a/ntoskrnl/mm/pagefile.c +++ b/ntoskrnl/mm/pagefile.c @@ -35,10 +35,6 @@ #pragma alloc_text(INIT, MmInitPagingFile) #endif -PVOID -NTAPI -MiFindExportedRoutineByName(IN PVOID DllBase, - IN PANSI_STRING ExportName); /* TYPES *********************************************************************/