Peter M. Groen
/
redox
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
2e3a71b88d9280b7f47911c46663b5207a4f5d60
Authored by
Bryan Dallas
2015-09-01 14:37:00 -0400
1 parent
d603ba5c
Removed extrenuous notify.
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
src/client.cpp
src/client.cpp
View file @
2e3a71b
...
...
@@ -130,8 +130,6 @@ Redox::~Redox() {
130
130
}
131
131
132
132
void Redox::connectedCallback(const redisAsyncContext *ctx, int status) {
133
- rdx->connect_waiter_.notify_all();
134
-
135
133
Redox *rdx = (Redox *)ctx->data;
136
134
137
135
if (status != REDIS_OK) {
...
...