mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[NTOS:IO] Comment out (and explain why it is there) an unused LdrEntry assignment in IopInitializeBootDrivers(). CID 1237114
This commit is contained in:
parent
fe416b67dc
commit
f2645e48b9
1 changed files with 6 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue