aboutsummaryrefslogtreecommitdiff
path: root/src/mmhash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mmhash.h')
-rw-r--r--src/mmhash.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mmhash.h b/src/mmhash.h
deleted file mode 100644
index a795cb1..0000000
--- a/src/mmhash.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef ALGDS_HASH_H_
-#define ALGDS_HASH_H_
-
-#include <stdint.h>
-
-uint64_t mmhash(const void *key, int len, uint64_t seed);
-
-#endif