https://git.reactos.org/?p=reactos.git;a=commitdiff;h=90b86467907e3f899abe595f5263158698b7b47c

commit 90b86467907e3f899abe595f5263158698b7b47c
Author:     Victor Perevertkin <vic...@perevertkin.ru>
AuthorDate: Fri Aug 16 20:37:11 2019 +0300
Commit:     Victor Perevertkin <vic...@perevertkin.ru>
CommitDate: Fri Aug 16 20:37:11 2019 +0300

    [USBOHCI_NEW] Fix unused variable
---
 drivers/usb/usbohci_new/usbohci.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/usb/usbohci_new/usbohci.c 
b/drivers/usb/usbohci_new/usbohci.c
index 39986e47070..e7aa0bcb5d8 100644
--- a/drivers/usb/usbohci_new/usbohci.c
+++ b/drivers/usb/usbohci_new/usbohci.c
@@ -1666,7 +1666,7 @@ OHCI_ProcessDoneIsoTD(IN POHCI_EXTENSION OhciExtension,
  * @param[in]  ohciExtension   The ohci extension
  * @param[in]  ohciEndpoint    The ohci endpoint
  * @param[in]  ohciTransfer    The ohci transfer
- * @param[out] CompletedLength 
+ * @param[out] CompletedLength
  */
 VOID
 NTAPI
@@ -1679,7 +1679,6 @@ OHCI_AbortTransfer(IN PVOID ohciExtension,
     POHCI_ENDPOINT OhciEndpoint = ohciEndpoint;
     POHCI_TRANSFER OhciTransfer = ohciTransfer;
     POHCI_HCD_ED ED = OhciEndpoint->HcdED;
-    ULONG_PTR NextTdPA;
     POHCI_HCD_TD TD, NextTD, LastTD;
     ULONG ix;
     BOOLEAN IsIsoEndpoint;

Reply via email to