mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-14 16:11:22 +00:00
trivial: Remove a duplicate line
The conditional expressions of the 'if' statements situated alongside each other are identical.
This commit is contained in:
parent
5014c87a2a
commit
890a48045e
@ -49,8 +49,6 @@ fu_efi_guid_to_name(const gchar *guid)
|
||||
return "Section:LzmaCompress";
|
||||
if (g_strcmp0(guid, FU_EFI_FIRMWARE_SECTION_TIANO_COMPRESS) == 0)
|
||||
return "Section:TianoCompress";
|
||||
if (g_strcmp0(guid, FU_EFI_FIRMWARE_SECTION_TIANO_COMPRESS) == 0)
|
||||
return "Section:TianoCompress";
|
||||
if (g_strcmp0(guid, FU_EFI_FIRMWARE_SECTION_SMBIOS_TABLE) == 0)
|
||||
return "Section:SmbiosTable";
|
||||
if (g_strcmp0(guid, FU_EFI_FIRMWARE_SECTION_ESRT_TABLE) == 0)
|
||||
|
Loading…
Reference in New Issue
Block a user