Remove custom version of memcached (no longer needed).
[awesomized/libmemcached] / memcached / hash.h
diff --git a/memcached/hash.h b/memcached/hash.h
deleted file mode 100644 (file)
index aa02c58..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef HASH_H
-#define    HASH_H
-
-#ifdef    __cplusplus
-extern "C" {
-#endif
-
-uint32_t hash(const void *key, size_t length, const uint32_t initval);
-
-#ifdef    __cplusplus
-}
-#endif
-
-#endif    /* HASH_H */
-