Skip to content

Commit

Permalink
remove unsed code
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyuecai committed Jul 19, 2024
1 parent 7ff7a4b commit 0258654
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pika_client_conn.cc
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,6 @@ void PikaClientConn::SetTxnFailedFromDBs(std::string db_name) {
auto involved_conns = dispatcher->GetDBTxns(db_name);
for (auto& conn : involved_conns) {
if (auto c = std::dynamic_pointer_cast<PikaClientConn>(conn); c != nullptr) {
LOG(INFO) << "SetTxnFailedFromDBs";
c->SetTxnWatchFailState(true);
}
}
Expand Down

0 comments on commit 0258654

Please sign in to comment.