Change binary protocol behavior to disallow the use of key verification. (We disable...
[m6w6/libmemcached] / libmemcached / memcached_constants.h
index 5fea02089d51791791ded4bfa3c53e40c8ecb2dc..67a0044584f22d38c251027d3e7c359774adfcfe 100644 (file)
@@ -131,13 +131,6 @@ typedef enum {
   MEMCACHED_CONNECTION_UNIX_SOCKET
 } memcached_connection;
 
-typedef enum {
-  MEMCACHED_NOT_ALLOCATED,
-  MEMCACHED_ALLOCATED,
-  MEMCACHED_USED
-} memcached_allocated;
-
-
 #ifdef __cplusplus
 }
 #endif