trivial: Remove a duplicate line

The conditional expressions of the 'if' statements situated alongside each other are identical.
This commit is contained in:
Richard Hughes 2022-09-09 10:38:53 +01:00
parent 5014c87a2a
commit 890a48045e

View File

@ -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)