Merge pull request #5902 from zhouyuan/wip_cleanup
server.h: remove dead code
This commit is contained in:
commit
0f03312c23
@ -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…
x
Reference in New Issue
Block a user