diff --git a/reactos/include/net/tdikrnl.h b/reactos/include/net/tdikrnl.h index 2036999cf0e..abfc4cbb76b 100644 --- a/reactos/include/net/tdikrnl.h +++ b/reactos/include/net/tdikrnl.h @@ -322,7 +322,6 @@ NTSTATUS STDCALL TdiDefaultSendPossibleHandler( #define TdiBuildBaseIrp( \ Irp, DevObj, FileObj, CompRoutine, Contxt, IrpSp, Minor) \ { \ - IrpSp = IoGetNextIrpStackLocation(Irp); \ IrpSp->MajorFunction = IRP_MJ_INTERNAL_DEVICE_CONTROL; \ IrpSp->MinorFunction = (Minor); \ IrpSp->DeviceObject = (DevObj); \