mirror of
https://github.com/Zygo/bees.git
synced 2025-06-16 17:46:16 +02:00
Remove unused crc64 function
Signed-off-by: Paul Jones <paul@pauljones.id.au>
This commit is contained in:
@ -8,7 +8,6 @@
|
||||
namespace crucible {
|
||||
namespace Digest {
|
||||
namespace CRC {
|
||||
uint64_t crc64(const char *s);
|
||||
uint64_t crc64(const void *p, size_t len);
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user