utils: Remove deprecated crc8(), crc32() symbols
Users should move to pldm_edac_crc8() and pldm_edac_crc32()
respectively.
Change-Id: Ibef04b144f6b9a91df22ca21cf166b724200cb00
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
diff --git a/meson.build b/meson.build
index 1795639..4055d84 100644
--- a/meson.build
+++ b/meson.build
@@ -46,10 +46,7 @@
entrypoint += ' __attribute__((tainted_args))'
endif
-libpldm_deprecated_aliases = [
- ['crc32', 'pldm_edac_crc32'],
- ['crc8', 'pldm_edac_crc8'],
-]
+libpldm_deprecated_aliases = []
if get_option('abi').contains('deprecated')
conf.set('LIBPLDM_ABI_DEPRECATED', entrypoint)
conf.set(