mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 18:02:05 -05: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
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…
Add table
Reference in a new issue