VirtualBox

Changeset 70270 in vbox for trunk/src/VBox/Additions/common


Ignore:
Timestamp:
Dec 21, 2017 12:25:35 PM (7 years ago)
Author:
vboxsync
Message:

VBoxGuest-win.cpp: Dropped VBOXGUESTDEVEXTWIN::pCurrentIrp since was never set and just complicated way of writing NULL.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-win.cpp

    r70245 r70270  
    113113    /** Top of the stack. */
    114114    PDEVICE_OBJECT          pNextLowerDriver;
    115     /** Currently active Irp. */
    116     IRP                    *pCurrentIrp;
    117115    /** Interrupt object pointer. */
    118116    PKINTERRUPT             pInterruptObject;
     
    20252023                               || !RTListIsEmpty(&pDevExt->Core.WakeUpList))
    20262024        {
    2027             Log3Func(("Requesting DPC ...\n"));
    2028             IoRequestDpc(pDevExt->pDeviceObject, pDevExt->pCurrentIrp, NULL); /** @todo r=bird: pCurrentIrp is not set anywhere. sigh. */
     2025            Log3Func(("Requesting DPC...\n"));
     2026            IoRequestDpc(pDevExt->pDeviceObject, NULL /*pIrp*/, NULL /*pvContext*/);
    20292027        }
    20302028    }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette