mirror of https://mirror.osredm.com/root/redis.git
Clean unused var compiler warning in module test. (#9289)
This commit is contained in:
parent
db41536454
commit
8bf433dc86
|
@ -248,7 +248,7 @@ int Release_RedisCommand(RedisModuleCtx *ctx, RedisModuleString **argv, int argc
|
|||
|
||||
RedisModuleString *replystr = argv[1];
|
||||
RedisModule_RetainString(ctx, replystr);
|
||||
int err = RedisModule_UnblockClient(blocked_client, replystr);
|
||||
RedisModule_UnblockClient(blocked_client, replystr);
|
||||
blocked_client = NULL;
|
||||
|
||||
RedisModule_ReplyWithSimpleString(ctx, "OK");
|
||||
|
|
Loading…
Reference in New Issue