https://git.reactos.org/?p=reactos.git;a=commitdiff;h=47cd447cfa64ef7a5c7a2…
commit 47cd447cfa64ef7a5c7a29471329aec54790ff71
Author: Pierre Schweitzer <pierre(a)reactos.org>
AuthorDate: Sat Aug 11 23:07:53 2018 +0200
Commit: Pierre Schweitzer <pierre(a)reactos.org>
CommitDate: Sat Aug 11 23:07:53 2018 +0200
[NTOSKRNL] Remove useless define
---
ntoskrnl/mm/pagefile.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/ntoskrnl/mm/pagefile.c b/ntoskrnl/mm/pagefile.c
index d1c2e0c013..4e6679bcbe 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 *********************************************************************/