pldm: Move off pldm_bios_table_attr_entry_enum_decode_pv_hdls_check()
Generated with:
```
$ CLANG_VERSION=18 ./subprojects/libpldm/scripts/apply-renames ./subprojects/libpldm/evolutions/current/pldm_bios_table_attr_entry_enum_decode_pv_hdls_check.yaml
```
Change-Id: I6dd0cf34f023aa1d4f806d0a24eb45ce5e822d12
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
diff --git a/libpldmresponder/bios_table.cpp b/libpldmresponder/bios_table.cpp
index c4a0b74..092af32 100644
--- a/libpldmresponder/bios_table.cpp
+++ b/libpldmresponder/bios_table.cpp
@@ -251,8 +251,7 @@
}
std::vector<uint16_t> pvHdls(pvNum, 0);
// Preconditions are upheld therefore no error check necessary
- pldm_bios_table_attr_entry_enum_decode_pv_hdls_check(entry, pvHdls.data(),
- pvNum);
+ pldm_bios_table_attr_entry_enum_decode_pv_hdls(entry, pvHdls.data(), pvNum);
// Preconditions are upheld therefore no error check necessary
uint8_t defNum;
pldm_bios_table_attr_entry_enum_decode_def_num(entry, &defNum);