We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 135f0c1 commit 7443a8bCopy full SHA for 7443a8b
client/app/common/AppClient.cpp
@@ -721,8 +721,7 @@ void AppClient::nextTickProgramInternal(unsigned duration)
721
722
unsigned AppClient::cancelNextTickWaitInternal()
723
{
724
- boost::system::error_code ec;
725
- m_timer.cancel(ec);
+ m_timer.cancel();
726
auto now = Clock::now();
727
auto diff = std::chrono::duration_cast<std::chrono::milliseconds>(now - m_lastWaitProgram).count();
728
return static_cast<unsigned>(diff);
0 commit comments