mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-15 01:08:19 +00:00
trivial: Fix one -Wunused-variable warning
This commit is contained in:
parent
c4bdc3ae30
commit
2fed9cde72
@ -31,7 +31,6 @@ fu_plugin_lenovo_thinklmi_device_registered(FuPlugin *plugin, FuDevice *device)
|
|||||||
{
|
{
|
||||||
FuContext *ctx = fu_plugin_get_context(plugin);
|
FuContext *ctx = fu_plugin_get_context(plugin);
|
||||||
FwupdBiosSetting *attr;
|
FwupdBiosSetting *attr;
|
||||||
g_autoptr(GError) error_local = NULL;
|
|
||||||
|
|
||||||
if (g_strcmp0(fu_device_get_plugin(device), "uefi_capsule") != 0)
|
if (g_strcmp0(fu_device_get_plugin(device), "uefi_capsule") != 0)
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user