mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-13 10:27:05 +02:00
We don't need a wrapper Function object that just forwards the timer callback to the scheduler tick function. It already has the same signature, so we can just plug it in directly. :^) Same with the clock updating function.