X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libhashkit%2Fhashkit.h;h=9b8761f1c32a53777c882d82a6de16a3f59e304b;hb=6953f8c1a076b300fe0658a4b82cb835110699d0;hp=d4e9d5eacedbd7d39a60a99ac83320a459e6689b;hpb=4cd075fbd0fab78e393c1559db340a221196a006;p=awesomized%2Flibmemcached diff --git a/libhashkit/hashkit.h b/libhashkit/hashkit.h index d4e9d5ea..9b8761f1 100644 --- a/libhashkit/hashkit.h +++ b/libhashkit/hashkit.h @@ -90,10 +90,6 @@ void hashkit_free(hashkit_st *hash); #define hashkit_is_allocated(__object) ((__object)->options.is_allocated) #define hashkit_is_initialized(__object) ((__object)->options.is_initialized) - -#define hashkit_success(X) (X) == HASHKIT_SUCCESS -#define hashkit_failed(X) (X) != HASHKIT_SUCCESS - #ifdef __cplusplus } // extern "C" #endif