Message ID | 20250130115001.1129305-6-pobrn@protonmail.com |
---|---|
State | New |
Headers | show |
Series |
|
Related | show |
Hi Barnabás On Thu, Jan 30, 2025 at 11:50:28AM +0000, Barnabás Pőcze wrote: Might be trivial, but it's nice to have at least one line of commit message :) Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com> Thanks j > Signed-off-by: Barnabás Pőcze <pobrn@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 > >
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);
Signed-off-by: Barnabás Pőcze <pobrn@protonmail.com> --- src/apps/common/event_loop.h | 1 - 1 file changed, 1 deletion(-)