Verify that servers have started up by reading their pid file.
[awesomized/libmemcached] / libhashkit / hashkit.c
index c58ab69f7514392d2a3bdcc8d04b8be9b67d54b3..47c9e580c7b50df985b16ad7457939399c6eb24d 100644 (file)
@@ -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