mirror of
				https://github.com/Zygo/bees.git
				synced 2025-11-03 19:50:34 +01: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