mirror of https://mirror.osredm.com/root/redis.git
server.h: remove dead code
hashTypeTryObjectEncoding() is not used now
This commit is contained in:
parent
c33cb4938a
commit
feb4ebff45
|
@ -1887,7 +1887,6 @@ void setTypeConvert(robj *subject, int enc);
|
||||||
|
|
||||||
void hashTypeConvert(robj *o, int enc);
|
void hashTypeConvert(robj *o, int enc);
|
||||||
void hashTypeTryConversion(robj *subject, robj **argv, int start, int end);
|
void hashTypeTryConversion(robj *subject, robj **argv, int start, int end);
|
||||||
void hashTypeTryObjectEncoding(robj *subject, robj **o1, robj **o2);
|
|
||||||
int hashTypeExists(robj *o, sds key);
|
int hashTypeExists(robj *o, sds key);
|
||||||
int hashTypeDelete(robj *o, sds key);
|
int hashTypeDelete(robj *o, sds key);
|
||||||
unsigned long hashTypeLength(const robj *o);
|
unsigned long hashTypeLength(const robj *o);
|
||||||
|
|
Loading…
Reference in New Issue