From dcaa8f85f262fb3ce534c72129ba9536b5956186 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 11 Jul 2022 09:51:41 +0100 Subject: [PATCH] amt: Fix trivial -Wunused-variable issue --- plugins/amt/fu-amt-device.c | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/amt/fu-amt-device.c b/plugins/amt/fu-amt-device.c index 4659f3990..a68926215 100644 --- a/plugins/amt/fu-amt-device.c +++ b/plugins/amt/fu-amt-device.c @@ -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);