mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:07:45 +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
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
Add a link
Reference in a new issue