mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-20 10:35:50 +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(socket_.is_open());
|
||||||
assert(!gracefulClose_);
|
assert(!gracefulClose_);
|
||||||
gracefulClose_ = true;
|
gracefulClose_ = true;
|
||||||
#if 0
|
|
||||||
// Flush messages
|
|
||||||
while(send_queue_.size() > 1)
|
|
||||||
send_queue_.pop_back();
|
|
||||||
#endif
|
|
||||||
if (send_queue_.size() > 0)
|
if (send_queue_.size() > 0)
|
||||||
return;
|
return;
|
||||||
setTimer();
|
setTimer();
|
||||||
|
|||||||
Reference in New Issue
Block a user