X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libhashkit%2Fhashkit.c;h=7214c1442c23ac64aa9ad6c4a8e6125c77257dd9;hb=6bc6cf720913ae042f36e62e09abce7d340607ab;hp=c58ab69f7514392d2a3bdcc8d04b8be9b67d54b3;hpb=dac48f2dbe34915755f8f4f7f88419f47dc9e27f;p=awesomized%2Flibmemcached diff --git a/libhashkit/hashkit.c b/libhashkit/hashkit.c index c58ab69f..7214c144 100644 --- a/libhashkit/hashkit.c +++ b/libhashkit/hashkit.c @@ -6,7 +6,7 @@ * the COPYING file in the parent directory for full text. */ -#include "common.h" +#include 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