Merge in changes for ICC fix.
[awesomized/libmemcached] / libhashkit / ketama.c
index 83b47552a1a8853f88f4863e20a49630ae49e808..a510e57ab1ea802026d185cfcde3693c1fec7633 100644 (file)
@@ -9,6 +9,7 @@
 #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