mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-15 21:36:16 +00:00
trivial: Remove unused variable
This commit is contained in:
parent
bb1bcce863
commit
5f50b5e9a1
@ -1734,7 +1734,6 @@ fu_util_release_to_string(FwupdRelease *rel, guint idt)
|
|||||||
GString *str = g_string_new(NULL);
|
GString *str = g_string_new(NULL);
|
||||||
guint64 flags = fwupd_release_get_flags(rel);
|
guint64 flags = fwupd_release_get_flags(rel);
|
||||||
g_autofree gchar *desc_fb = NULL;
|
g_autofree gchar *desc_fb = NULL;
|
||||||
g_autoptr(GString) flags_str = g_string_new(NULL);
|
|
||||||
|
|
||||||
g_return_val_if_fail(FWUPD_IS_RELEASE(rel), NULL);
|
g_return_val_if_fail(FWUPD_IS_RELEASE(rel), NULL);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user