mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-21 02:55:50 +00:00
Remove spurious assert in ResolverAsioImpl
This commit is contained in:
@@ -100,7 +100,6 @@ public:
|
|||||||
|
|
||||||
void start ()
|
void start ()
|
||||||
{
|
{
|
||||||
assert (m_work.empty ());
|
|
||||||
assert (m_stopped == true);
|
assert (m_stopped == true);
|
||||||
assert (m_stop_called == false);
|
assert (m_stop_called == false);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user