OHCI: Remove unused variable following previous commit.
This commit is contained in:
parent
8c458fc42b
commit
d2f65e76ee
@ -1610,7 +1610,6 @@ OHCI::_SubmitIsochronousTransfer(Transfer *transfer)
|
||||
{
|
||||
Pipe *pipe = transfer->TransferPipe();
|
||||
bool directionIn = (pipe->Direction() == Pipe::In);
|
||||
usb_isochronous_data *isochronousData = transfer->IsochronousData();
|
||||
|
||||
ohci_isochronous_td *firstDescriptor = NULL;
|
||||
ohci_isochronous_td *lastDescriptor = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user