mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:07:35 +00:00
LibJS: Remove unused variable m_has_property_table in Shape
This commit is contained in:
parent
020b782474
commit
f5aad71c15
1 changed files with 0 additions and 1 deletions
|
@ -106,7 +106,6 @@ private:
|
|||
PropertyAttributes m_attributes { 0 };
|
||||
TransitionType m_transition_type : 6 { TransitionType::Invalid };
|
||||
bool m_unique : 1 { false };
|
||||
mutable bool m_has_property_table : 1 { false };
|
||||
|
||||
GlobalObject& m_global_object;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue