Unverified Commit 349829fa authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Update periodic_worker.h

parent 3684228c
......@@ -26,7 +26,6 @@ class periodic_worker
public:
periodic_worker(std::function<void()> callback_fun, std::chrono::seconds interval)
{
if (interval == std::chrono::seconds::zero())
{
active_ = false;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment