LibJS: Delete unused Shape::create_for_prototype()

This commit is contained in:
Aliaksandr Kalenik 2025-05-22 02:14:53 +03:00 committed by Alexander Kalenik
commit 6404f6db57
Notes: github-actions[bot] 2025-05-23 12:52:33 +00:00
2 changed files with 0 additions and 11 deletions

View file

@ -73,7 +73,6 @@ public:
[[nodiscard]] GC::Ref<Shape> create_cacheable_dictionary_transition();
[[nodiscard]] GC::Ref<Shape> create_uncacheable_dictionary_transition();
[[nodiscard]] GC::Ref<Shape> clone_for_prototype();
[[nodiscard]] static GC::Ref<Shape> create_for_prototype(GC::Ref<Realm>, GC::Ptr<Object> prototype);
void add_property_without_transition(PropertyKey const&, PropertyAttributes);