apps: common: event_loop: Remove unused type alias

The type alias `duration` is not used anywhere, so remove it.

Signed-off-by: Barnabás Pőcze <pobrn@protonmail.com>
Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
This commit is contained in:
Barnabás Pőcze 2025-01-28 14:08:14 +01:00
parent 234eb60546
commit 3939c316f0

View file

@ -41,7 +41,6 @@ public:
void addFdEvent(int fd, EventType type,
std::function<void()> &&handler);
using duration = std::chrono::steady_clock::duration;
void addTimerEvent(const std::chrono::microseconds period,
std::function<void()> &&handler);