Skip to content

Commit 9242005

Browse files
committed
delete error comment
1 parent ddf85e9 commit 9242005

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/pika_client_conn.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,6 @@ void PikaClientConn::ProcessMonitor(const PikaCmdArgsType& argv) {
258258
}
259259

260260
bool PikaClientConn::IsInterceptedByRTC(std::string& opt) {
261-
// only single key read command will be intercepted
262261
std::shared_ptr<Cmd> c_ptr = g_pika_cmd_table_manager->GetCmd(opt);
263262
if (!c_ptr) {
264263
return false;

0 commit comments

Comments
 (0)