[USBEHCI]
authorCameron Gutman <aicommander@gmail.com>
Mon, 23 Jan 2012 16:29:43 +0000 (16:29 +0000)
committerCameron Gutman <aicommander@gmail.com>
Mon, 23 Jan 2012 16:29:43 +0000 (16:29 +0000)
- Remove unused variable

svn path=/branches/usb-bringup-trunk/; revision=55121

drivers/usb/usbehci_new/usb_queue.cpp

index 447f1dc..a0a8b72 100644 (file)
@@ -575,8 +575,6 @@ CUSBQueue::QueueHeadCompletion(
     PQUEUE_HEAD CurrentQH,
     NTSTATUS Status)
 {
     PQUEUE_HEAD CurrentQH,
     NTSTATUS Status)
 {
-    KIRQL OldLevel;
-
     //
     // now unlink the queue head
     // FIXME: implement chained queue heads
     //
     // now unlink the queue head
     // FIXME: implement chained queue heads