"doc/TypeCommand.html" did not exist on "81d456450ac42b7cf78367ae3a89af1a543c9ff1"
Cluster: remove variable causing warning
GCC-4.9 warned about this, but clang didn't. This commit fixes warning: sentinel.c: In function 'sentinelReceiveHelloMessages': sentinel.c:2156:43: warning: variable 'master' set but not used [-Wunused-but-set-variable] sentinelRedisInstance *ri = c->data, *master;
Please register or sign in to comment