Skip to content
Snippets Groups Projects
Commit 57528e7a authored by Adrien Béraud's avatar Adrien Béraud
Browse files

scheduler: don't sync time on run

parent e9d70f20
No related branches found
No related tags found
No related merge requests found
...@@ -84,7 +84,6 @@ public: ...@@ -84,7 +84,6 @@ public:
* @return The time for the next job to run. * @return The time for the next job to run.
*/ */
time_point run() { time_point run() {
syncTime();
while (not timers.empty()) { while (not timers.empty()) {
auto timer = timers.begin(); auto timer = timers.begin();
/* /*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment