mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-27 09:46:25 +00:00
trivial: Fix one -Wunused-variable warning
This commit is contained in:
parent
fa7b6247bb
commit
c4bdc3ae30
@ -378,7 +378,6 @@ fwupd_bios_setting_map_possible_value(FwupdBiosSetting *self, const gchar *key,
|
||||
FwupdBiosSettingPrivate *priv = GET_PRIVATE(self);
|
||||
gboolean positive_key = FALSE;
|
||||
gboolean negative_key = FALSE;
|
||||
g_autofree gchar *result = NULL;
|
||||
g_autofree gchar *lower_key = NULL;
|
||||
|
||||
g_return_val_if_fail(FWUPD_IS_BIOS_SETTING(self), NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user