mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-27 04:37:22 +00:00
LibCore: Remove an unused Promise constructor
This commit is contained in:
parent
ecf0395c27
commit
4d285d6dce
Notes:
github-actions[bot]
2025-08-11 14:58:14 +00:00
Author: https://github.com/awesomekling
Commit: 4d285d6dce
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5817
Reviewed-by: https://github.com/gmta ✅
1 changed files with 0 additions and 4 deletions
|
@ -165,10 +165,6 @@ private:
|
|||
}
|
||||
|
||||
Promise() = default;
|
||||
Promise(EventReceiver* parent)
|
||||
: EventReceiver(parent)
|
||||
{
|
||||
}
|
||||
|
||||
Optional<ErrorOr<Result, ErrorType>> m_result_or_rejection;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue