From 92a10f1c67becb4afd48952763d69a188d710054 Mon Sep 17 00:00:00 2001 From: Bryan Biedenkapp Date: Fri, 4 Mar 2022 22:29:24 -0500 Subject: [PATCH] remove bad declaration; --- edac/CRC.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/edac/CRC.h b/edac/CRC.h index 656deb92..af8dfe50 100644 --- a/edac/CRC.h +++ b/edac/CRC.h @@ -62,9 +62,6 @@ namespace edac /// Encode 32-bit CRC. static void addCRC32(uint8_t* in, uint32_t length); - /// Generate 32-bit CRC. - static uint32_t crc32(const uint8_t *in, uint32_t length); - /// Generate 8-bit CRC. static uint8_t crc8(const uint8_t* in, uint32_t length);