mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-15 11:59:02 +00:00
ch341a: Remove unused variable
This commit is contained in:
parent
945bb32b35
commit
b7bb9c35dd
@ -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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user