Patch by Jonathon Wilson:
[reactos.git] / reactos / drivers / net / afd / afd / rdwr.c
index ce28180..1cf2d7d 100644 (file)
@@ -66,7 +66,6 @@ AfdWrite(
     PDEVICE_OBJECT DeviceObject,
     PIRP Irp)
 {
-    PDEVICE_EXTENSION DeviceExt = DeviceObject->DeviceExtension;
     PIO_STACK_LOCATION IoSp = IoGetCurrentIrpStackLocation(Irp);
     PFILE_OBJECT FileObject = IoSp->FileObject;
     NTSTATUS Status;