mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-17 19:38:22 +00:00
amt: Fix trivial -Wunused-variable issue
This commit is contained in:
parent
27c8bb4a1a
commit
dcaa8f85f2
@ -275,7 +275,6 @@ fu_amt_device_setup(FuDevice *device, GError **error)
|
|||||||
FuAmtDevice *self = FU_AMT_DEVICE(device);
|
FuAmtDevice *self = FU_AMT_DEVICE(device);
|
||||||
guint8 state;
|
guint8 state;
|
||||||
struct amt_code_versions ver;
|
struct amt_code_versions ver;
|
||||||
g_autofree gchar *guid_buf = NULL;
|
|
||||||
g_autofree struct amt_host_if_resp_header *response = NULL;
|
g_autofree struct amt_host_if_resp_header *response = NULL;
|
||||||
g_autoptr(GString) version_bl = g_string_new(NULL);
|
g_autoptr(GString) version_bl = g_string_new(NULL);
|
||||||
g_autoptr(GString) version_fw = g_string_new(NULL);
|
g_autoptr(GString) version_fw = g_string_new(NULL);
|
||||||
|
Loading…
Reference in New Issue
Block a user