- Remove duplicate code

svn path=/branches/aicom-network-fixes/; revision=35186
This commit is contained in:
Cameron Gutman 2008-08-08 16:17:06 +00:00
parent ede9f79604
commit 9e8d40a05b

View file

@ -1143,8 +1143,6 @@ NTSTATUS TdiDisconnect(
KEVENT Event;
PIRP Irp;
DeviceObject = IoGetRelatedDeviceObject(TransportObject);
KeInitializeEvent(&Event, NotificationEvent, FALSE);
AFD_DbgPrint(MID_TRACE,("Called(TransportObject %x)\n", TransportObject));