Remove murmur hash, it's endian dependent and has unreasonable alignment

requirements
This commit is contained in:
Nils O. Selåsdal
2013-05-17 03:27:09 +02:00
parent 92da4bbd28
commit ce0f28c04a
2 changed files with 0 additions and 58 deletions
-3
View File
@@ -22,9 +22,6 @@ uc_hash64shift(uint64_t key);
uint32_t
uc_hashuint(uint32_t a);
uint32_t
uc_murmurmash2(const void *key, int len, uint32_t seed );
uint32_t
uc_pjwhash(const char *str,size_t len);