mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
[USBOHCI_NEW] Fix unused variable
This commit is contained in:
parent
3a92f9c3a0
commit
90b8646790
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue