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