Skip to content

Commit fb72919

Browse files
committed
chore(wp): wp
Signed-off-by: Gil Levkovich <[email protected]>
1 parent 23cd21b commit fb72919

File tree

5 files changed

+317
-243
lines changed

5 files changed

+317
-243
lines changed

src/facade/conn_context.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ class ConnectionContext {
2323
replica_conn = false;
2424
authenticated = false;
2525
async_dispatch = false;
26-
sync_dispatch = false;
2726
paused = false;
2827
blocked = false;
2928

@@ -55,7 +54,6 @@ class ConnectionContext {
5554
bool replica_conn : 1; // whether it's a replica connection on the master side.
5655
bool authenticated : 1;
5756
bool async_dispatch : 1; // whether this connection is amid an async dispatch
58-
bool sync_dispatch : 1; // whether this connection is amid a sync dispatch
5957

6058
bool paused = false; // whether this connection is paused due to CLIENT PAUSE
6159
// whether it's blocked on blocking commands like BLPOP, needs to be addressable

0 commit comments

Comments
 (0)