ch341a: Remove unused variable

This commit is contained in:
Richard Hughes 2022-04-23 09:07:26 +01:00
parent 945bb32b35
commit b7bb9c35dd

View File

@ -325,7 +325,6 @@ fu_ch341a_cfi_device_write_firmware(FuDevice *device,
g_autoptr(GBytes) fw = NULL; g_autoptr(GBytes) fw = NULL;
g_autoptr(GBytes) fw_verify = NULL; g_autoptr(GBytes) fw_verify = NULL;
g_autoptr(GPtrArray) pages = NULL; g_autoptr(GPtrArray) pages = NULL;
g_autoptr(FuDeviceLocker) cslocker = NULL;
g_autoptr(FuDeviceLocker) locker = NULL; g_autoptr(FuDeviceLocker) locker = NULL;
/* open programmer */ /* open programmer */