mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-04 11:15:56 +00:00
Remove inacessible code paths and outdated data format wchar_t
This commit is contained in:
committed by
manojsdoshi
parent
23ce431876
commit
95fabd5762
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user