mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-18 17:45:48 +00:00
Remove inacessible code paths and outdated data format wchar_t
This commit is contained in:
committed by
Richard Holland
parent
eb6d770981
commit
c11472ed0b
@@ -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