mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +00:00
LibCore: Remove unused ThreadedPromise constructor
This commit is contained in:
parent
fa8592b4a9
commit
cfcb63239d
Notes:
github-actions[bot]
2025-08-11 14:57:49 +00:00
Author: https://github.com/awesomekling
Commit: cfcb63239d
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5817
Reviewed-by: https://github.com/gmta ✅
1 changed files with 0 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue