https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f2e3e8a1ebd5b5c27ea6f155420e7b3764014b11

commit f2e3e8a1ebd5b5c27ea6f155420e7b3764014b11
Author:     Timo Kreuzer <[email protected]>
AuthorDate: Wed Aug 8 12:28:33 2018 +0200
Commit:     Timo Kreuzer <[email protected]>
CommitDate: Mon Sep 28 00:27:30 2020 +0200

    [NTOS] Remove an old hack
---
 ntoskrnl/io/iomgr/driver.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/ntoskrnl/io/iomgr/driver.c b/ntoskrnl/io/iomgr/driver.c
index 8727c26330f..330a0bf8ed9 100644
--- a/ntoskrnl/io/iomgr/driver.c
+++ b/ntoskrnl/io/iomgr/driver.c
@@ -1133,9 +1133,6 @@ IopInitializeBootDrivers(VOID)
      * See PiQueueDeviceAction function
      */
     PnPBootDriversLoaded = TRUE;
-
-    /* In old ROS, the loader list became empty after this point. Simulate. */
-    InitializeListHead(&KeLoaderBlock->LoadOrderListHead);
 }
 
 INIT_FUNCTION

Reply via email to