amt: Fix trivial -Wunused-variable issue

This commit is contained in:
Richard Hughes 2022-07-11 09:51:41 +01:00
parent 27c8bb4a1a
commit dcaa8f85f2

View File

@ -275,7 +275,6 @@ fu_amt_device_setup(FuDevice *device, GError **error)
FuAmtDevice *self = FU_AMT_DEVICE(device);
guint8 state;
struct amt_code_versions ver;
g_autofree gchar *guid_buf = NULL;
g_autofree struct amt_host_if_resp_header *response = NULL;
g_autoptr(GString) version_bl = g_string_new(NULL);
g_autoptr(GString) version_fw = g_string_new(NULL);