mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
LibJS: Remove unused variable m_has_property_table in Shape
This commit is contained in:
parent
020b782474
commit
f5aad71c15
Notes:
sideshowbarker
2024-07-19 01:32:05 +09:00
Author: https://github.com/Lubrsi Commit: https://github.com/SerenityOS/serenity/commit/f5aad71c159 Pull-request: https://github.com/SerenityOS/serenity/pull/3975
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…
Reference in a new issue