Merging, with changes, --file for memcat.
[awesomized/libmemcached] / libhashkit / ketama.c
index 502b1c74ed405325cf4cd3013e9d549cb59a3adf..a510e57ab1ea802026d185cfcde3693c1fec7633 100644 (file)
@@ -6,9 +6,10 @@
  * the COPYING file in the parent directory for full text.
  */
 
-#include <math.h>
 #include "common.h"
+#include <math.h>
 
+#if 0
 static uint32_t ketama_server_hash(const char *key, unsigned int key_length, int alignment)
 {
   unsigned char results[16];
@@ -160,3 +161,4 @@ int update_continuum(hashkit_st *hashkit)
 
   return 0;
 }
+#endif