mirror of
https://github.com/reactos/reactos.git
synced 2026-06-04 18:30:41 +08:00
[NTOS:IO] Comment out (and explain why it is there) an unused LdrEntry assignment in IopInitializeBootDrivers(). CID 1237114
This commit is contained in:
@@ -1050,8 +1050,14 @@ IopInitializeBootDrivers(VOID)
|
||||
BOOT_DRIVER_LIST_ENTRY,
|
||||
Link);
|
||||
|
||||
// FIXME: TODO: This LdrEntry is to be used in a special handling
|
||||
// for SETUPLDR (a similar procedure is done on Windows), where
|
||||
// the loader would, under certain conditions, be loaded in the
|
||||
// SETUPLDR-specific code block below...
|
||||
#if 0
|
||||
/* Get the driver loader entry */
|
||||
LdrEntry = BootEntry->LdrEntry;
|
||||
#endif
|
||||
|
||||
/* Allocate our internal accounting structure */
|
||||
DriverInfo = ExAllocatePoolWithTag(PagedPool,
|
||||
|
||||
Reference in New Issue
Block a user