mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
AK: Remove FixedArray::must_create_but_fixme_should_propagate_errors
Nobody was using this anymore.
This commit is contained in:
parent
8ab1245e4a
commit
5b1345a4ff
Notes:
sideshowbarker
2024-07-17 08:39:33 +09:00
Author: https://github.com/kleinesfilmroellchen Commit: https://github.com/SerenityOS/serenity/commit/5b1345a4ff Pull-request: https://github.com/SerenityOS/serenity/pull/14424 Reviewed-by: https://github.com/linusg Reviewed-by: https://github.com/sin-ack ✅
1 changed files with 0 additions and 5 deletions
|
@ -92,11 +92,6 @@ public:
|
|||
return FixedArray<T>(m_size, elements);
|
||||
}
|
||||
|
||||
FixedArray<T> must_clone_but_fixme_should_propagate_errors() const
|
||||
{
|
||||
return MUST(try_clone());
|
||||
}
|
||||
|
||||
// Nobody can ever use these functions, since it would be impossible to make them OOM-safe due to their signatures. We just explicitly delete them.
|
||||
FixedArray(FixedArray<T> const&) = delete;
|
||||
FixedArray<T>& operator=(FixedArray<T> const&) = delete;
|
||||
|
|
Loading…
Reference in a new issue