[WDF] Fix KMDF so it can compile with ReactOS SDK
[reactos.git] / sdk / lib / drivers / wdf / shared / irphandlers / pnp / fdopower.cpp
index 93420be..09b20e0 100644 (file)
@@ -65,15 +65,12 @@ Returns:
 --*/
 {
     FxPkgFdo* pThis;
-    MdDeviceObject pDevObj;
     NTSTATUS status;
     MdIrp pIrp;
 
     pIrp = Irp->GetIrp();
     pThis = (FxPkgFdo*) This;
 
-    pDevObj = pThis->m_Device->GetDeviceObject();
-
     //
     // FDOs don't handle this IRP, so simply pass it down.
     //