X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/81345200c95645a1b0d2635520f96ad55dfde63f..ed1e77d3adeb83d26fd1dfb16dd84cabdcefd250:/runtime/JSWeakMap.h 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) {