1
0
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:
Paul Jones
2016-12-13 12:52:26 +11:00
parent 8abdeabddc
commit 334f5f83ee
3 changed files with 0 additions and 21 deletions

View File

@ -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);
};
};