]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/FtdiUsbSerialDriver.c
OptionRomPkg: FtdiUsbSerialDxe: remove set but unused variables
[mirror_edk2.git] / OptionRomPkg / Bus / Usb / FtdiUsbSerialDxe / FtdiUsbSerialDriver.c
index 595ef4a3e237e37f05f2c4ea3f9af0b805de2e62..0a3dd75181b383e348b8fbd65c95160bb71e2f53 100644 (file)
@@ -1710,7 +1710,6 @@ UsbSerialDriverBindingStart (
   EFI_SERIAL_IO_PROTOCOL              *SerialIo;\r
   UART_DEVICE_PATH                    *Uart;\r
   UART_FLOW_CONTROL_DEVICE_PATH       *FlowControl;\r
-  UINT32                              FlowControlMap;\r
   UINT32                              Control;\r
   EFI_DEVICE_PATH_PROTOCOL            *TempDevicePath;\r
 \r
@@ -1969,7 +1968,6 @@ UsbSerialDriverBindingStart (
   UsbSerialDevice->ParentDevicePath = ParentDevicePath;\r
   UsbSerialDevice->ControllerHandle = NULL;\r
   FlowControl                       = NULL;\r
-  FlowControlMap                    = 0;\r
 \r
   //\r
   // Allocate space for the receive buffer\r