From 3939c316f0b84ff618ddd2cc575002906521a579 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Barnab=C3=A1s=20P=C5=91cze?= Date: Tue, 28 Jan 2025 14:08:14 +0100 Subject: apps: common: event_loop: Remove unused type alias MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The type alias `duration` is not used anywhere, so remove it. Signed-off-by: Barnabás Pőcze Reviewed-by: Jacopo Mondi --- src/apps/common/event_loop.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/apps') diff --git a/src/apps/common/event_loop.h b/src/apps/common/event_loop.h index 53b2c37d..d8b6df2f 100644 --- a/src/apps/common/event_loop.h +++ b/src/apps/common/event_loop.h @@ -41,7 +41,6 @@ public: void addFdEvent(int fd, EventType type, std::function &&handler); - using duration = std::chrono::steady_clock::duration; void addTimerEvent(const std::chrono::microseconds period, std::function &&handler); -- cgit v1.2.1