mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
LibCore: Remove unused ThreadedPromise constructor
This commit is contained in:
parent
fa8592b4a9
commit
cfcb63239d
|
|
@ -179,10 +179,6 @@ private:
|
|||
}
|
||||
|
||||
ThreadedPromise() = default;
|
||||
ThreadedPromise(EventReceiver* parent)
|
||||
: EventReceiver(parent)
|
||||
{
|
||||
}
|
||||
|
||||
Function<ErrorOr<void>(ResultType&&)> m_resolution_handler;
|
||||
Function<void(ErrorType&&)> m_rejection_handler;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user