diff options
Diffstat (limited to 'OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe')
-rw-r--r-- | OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/FtdiUsbSerialDriver.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/FtdiUsbSerialDriver.c b/OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/FtdiUsbSerialDriver.c index 595ef4a3e2..0a3dd75181 100644 --- a/OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/FtdiUsbSerialDriver.c +++ b/OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/FtdiUsbSerialDriver.c @@ -1710,7 +1710,6 @@ UsbSerialDriverBindingStart ( EFI_SERIAL_IO_PROTOCOL *SerialIo;
UART_DEVICE_PATH *Uart;
UART_FLOW_CONTROL_DEVICE_PATH *FlowControl;
- UINT32 FlowControlMap;
UINT32 Control;
EFI_DEVICE_PATH_PROTOCOL *TempDevicePath;
@@ -1969,7 +1968,6 @@ UsbSerialDriverBindingStart ( UsbSerialDevice->ParentDevicePath = ParentDevicePath;
UsbSerialDevice->ControllerHandle = NULL;
FlowControl = NULL;
- FlowControlMap = 0;
//
// Allocate space for the receive buffer
|