Remove inacessible code paths and outdated data format wchar_t

This commit is contained in:
Chenna Keshava B S
2022-08-17 15:45:11 -07:00
committed by manojsdoshi
parent 23ce431876
commit 95fabd5762

View File

@@ -642,11 +642,6 @@ PeerImp::gracefulClose()
assert(socket_.is_open());
assert(!gracefulClose_);
gracefulClose_ = true;
#if 0
// Flush messages
while(send_queue_.size() > 1)
send_queue_.pop_back();
#endif
if (send_queue_.size() > 0)
return;
setTimer();