浏览代码

LibJS: Remove unused variable m_has_property_table in Shape

Luke 4 年之前
父节点
当前提交
f5aad71c15
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Libraries/LibJS/Runtime/Shape.h

+ 0 - 1
Libraries/LibJS/Runtime/Shape.h

@@ -106,7 +106,6 @@ private:
     PropertyAttributes m_attributes { 0 };
     PropertyAttributes m_attributes { 0 };
     TransitionType m_transition_type : 6 { TransitionType::Invalid };
     TransitionType m_transition_type : 6 { TransitionType::Invalid };
     bool m_unique : 1 { false };
     bool m_unique : 1 { false };
-    mutable bool m_has_property_table : 1 { false };
 
 
     GlobalObject& m_global_object;
     GlobalObject& m_global_object;