diff options
| -rw-r--r-- | xmake/core/base/scheduler.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/xmake/core/base/scheduler.lua b/xmake/core/base/scheduler.lua index 30385d504..b11be7d4e 100644 --- a/xmake/core/base/scheduler.lua +++ b/xmake/core/base/scheduler.lua @@ -1110,11 +1110,6 @@ function scheduler:enable(enabled) self._ENABLED = enabled end --- cancel all timers -function scheduler:cancel_timers() - self:_timer():kill() -end - -- stop the scheduler loop function scheduler:stop() -- mark scheduler status as stopped and spank the poller:wait() |
