"vscode:/vscode.git/clone" did not exist on "ba86119414a305b6f372689b34fde3b7fcc246b4"
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