Skip to content

Commit

Permalink
add code coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
freeeyes committed Oct 11, 2023
1 parent a2b1037 commit e588388
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions PSS_ASIO/TcpSession/TcpSession.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ void CTcpSession::open(uint32 packet_parse_id, uint32 recv_size)
message_list,
shared_from_this());
}

set_io_bridge_connect_id(connect_id_, 3);
regedit_bridge_session_id(connect_id_);
set_io_bridge_connect_id(connect_id_, 0);
#endif
do_read();
}
Expand Down

0 comments on commit e588388

Please sign in to comment.