[RFC PATCH v3 05/21] apps: common: event_loop: Remove unused type alias

Barnabás Pőcze pobrn at protonmail.com
Thu Jan 30 12:50:28 CET 2025


Signed-off-by: Barnabás Pőcze <pobrn at protonmail.com>
---
 src/apps/common/event_loop.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/apps/common/event_loop.h b/src/apps/common/event_loop.h
index aac5ed3cc..507023996 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<void()> &&handler);
 
-	using duration = std::chrono::steady_clock::duration;
 	void addTimerEvent(const std::chrono::microseconds period,
 			   std::function<void()> &&handler);
 
-- 
2.48.1




More information about the libcamera-devel mailing list