• Matt Stancliff's avatar
    Cluster: remove variable causing warning · 67ed5f00
    Matt Stancliff authored
    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;
    67ed5f00
sentinel.c 142 KB