remove bad declaration;

pull/12/head
Bryan Biedenkapp 4 years ago
parent bfe8d65630
commit 92a10f1c67

@ -62,9 +62,6 @@ namespace edac
/// <summary>Encode 32-bit CRC.</summary> /// <summary>Encode 32-bit CRC.</summary>
static void addCRC32(uint8_t* in, uint32_t length); static void addCRC32(uint8_t* in, uint32_t length);
/// <summary>Generate 32-bit CRC.</summary>
static uint32_t crc32(const uint8_t *in, uint32_t length);
/// <summary>Generate 8-bit CRC.</summary> /// <summary>Generate 8-bit CRC.</summary>
static uint8_t crc8(const uint8_t* in, uint32_t length); static uint8_t crc8(const uint8_t* in, uint32_t length);

Loading…
Cancel
Save

Powered by TurnKey Linux.