Remove dead bit in state for servers.
[m6w6/libmemcached] / libhashkit / ketama.c
index 83b47552a1a8853f88f4863e20a49630ae49e808..45052c22baade12761b69dd5091558bb1837dfb8 100644 (file)
@@ -6,9 +6,10 @@
  * the COPYING file in the parent directory for full text.
  */
 
-#include "common.h"
+#include <libhashkit/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