X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/2d39b0e377c0896910ee49ae70082ba665faf986..refs/heads/master:/runtime/JSWeakMap.h?ds=sidebyside diff --git a/runtime/JSWeakMap.h b/runtime/JSWeakMap.h index 81b3962..a3229c2 100644 --- a/runtime/JSWeakMap.h +++ b/runtime/JSWeakMap.h @@ -65,8 +65,6 @@ public: void clear(CallFrame*); private: - static const unsigned StructureFlags = OverridesVisitChildren | Base::StructureFlags; - JSWeakMap(VM& vm, Structure* structure) : Base(vm, structure) {