From: Cameron Gutman Date: Mon, 23 Jan 2012 16:29:43 +0000 (+0000) Subject: [USBEHCI] X-Git-Tag: backups/usb-bringup-trunk@60667~177 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=eb6202bdb659845211c16e882b545d339bb4fc9b [USBEHCI] - Remove unused variable svn path=/branches/usb-bringup-trunk/; revision=55121 --- diff --git a/drivers/usb/usbehci_new/usb_queue.cpp b/drivers/usb/usbehci_new/usb_queue.cpp index 447f1dcc0af..a0a8b729e15 100644 --- a/drivers/usb/usbehci_new/usb_queue.cpp +++ b/drivers/usb/usbehci_new/usb_queue.cpp @@ -575,8 +575,6 @@ CUSBQueue::QueueHeadCompletion( PQUEUE_HEAD CurrentQH, NTSTATUS Status) { - KIRQL OldLevel; - // // now unlink the queue head // FIXME: implement chained queue heads