From 734dbaddefee3ed3fa96a31e9b76896342426d20 Mon Sep 17 00:00:00 2001 From: Casper Hornstrup Date: Sun, 17 Sep 2000 09:38:46 +0000 Subject: [PATCH] Small change in tdikrnl.h svn path=/trunk/; revision=1364 --- reactos/include/net/tdikrnl.h | 1 - 1 file changed, 1 deletion(-) 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); \