Unverified Commit 63da66bb authored by ZhaolongLi's avatar ZhaolongLi Committed by GitHub
Browse files

Delete an unnecessary function declaration (#9065)

parent 0bfccc55
......@@ -1951,7 +1951,6 @@ void trackingBroadcastInvalidationMessages(void);
int checkPrefixCollisionsOrReply(client *c, robj **prefix, size_t numprefix);
/* List data type */
void listTypeTryConversion(robj *subject, robj *value);
void listTypePush(robj *subject, robj *value, int where);
robj *listTypePop(robj *subject, int where);
unsigned long listTypeLength(const robj *subject);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment