Remove dead bit in state for servers.
[m6w6/libmemcached] / libhashkit / hashkit.c
index c58ab69f7514392d2a3bdcc8d04b8be9b67d54b3..7214c1442c23ac64aa9ad6c4a8e6125c77257dd9 100644 (file)
@@ -6,7 +6,7 @@
  * the COPYING file in the parent directory for full text.
  */
 
-#include "common.h"
+#include <libhashkit/common.h>
 
 static const hashkit_st global_default_hash= {
   .base_hash= {
@@ -106,12 +106,3 @@ bool hashkit_compare(const hashkit_st *first, const hashkit_st *second)
 
   return false;
 }
-
-#ifdef __cplusplus
-hashkit_st operator=(const hashkit_st& source)
-{ 
-  hashkit_clone(this, &source);
-
-  return *this;
-}
-#endif