Commit 2e3a71b88d9280b7f47911c46663b5207a4f5d60

Authored by Bryan Dallas
1 parent d603ba5c

Removed extrenuous notify.

Showing 1 changed file with 0 additions and 2 deletions
src/client.cpp
@@ -130,8 +130,6 @@ Redox::~Redox() { @@ -130,8 +130,6 @@ Redox::~Redox() {
130 } 130 }
131 131
132 void Redox::connectedCallback(const redisAsyncContext *ctx, int status) { 132 void Redox::connectedCallback(const redisAsyncContext *ctx, int status) {
133 - rdx->connect_waiter_.notify_all();  
134 -  
135 Redox *rdx = (Redox *)ctx->data; 133 Redox *rdx = (Redox *)ctx->data;
136 134
137 if (status != REDIS_OK) { 135 if (status != REDIS_OK) {