瀏覽代碼

LibJS: Remove unused ShapeWithoutGlobalObject constructor mechanism

Andreas Kling 3 年之前
父節點
當前提交
7a6935a2ff
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      Userland/Libraries/LibJS/Runtime/Shape.h

+ 0 - 3
Userland/Libraries/LibJS/Runtime/Shape.h

@@ -47,9 +47,6 @@ public:
         Prototype,
     };
 
-    enum class ShapeWithoutGlobalObjectTag { Tag };
-
-    explicit Shape(ShapeWithoutGlobalObjectTag) {};
     explicit Shape(Object& global_object);
     Shape(Shape& previous_shape, StringOrSymbol const& property_key, PropertyAttributes attributes, TransitionType);
     Shape(Shape& previous_shape, Object* new_prototype);