Bug 1564177 - Part 1: Clean up unused type declaration on Zone. r=jimb

Differential Revision: https://phabricator.services.mozilla.com/D49705

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Logan Smyth 2019-10-18 20:00:38 +00:00
parent 6aadfc8aaf
commit fb8b012d6b

View File

@ -315,8 +315,6 @@ class Zone : public js::ZoneAllocator, public js::gc::GraphNodeBase<JS::Zone> {
void sweepWeakMaps(); void sweepWeakMaps();
void sweepCompartments(JSFreeOp* fop, bool keepAtleastOne, bool lastGC); void sweepCompartments(JSFreeOp* fop, bool keepAtleastOne, bool lastGC);
using DebuggerVector = js::Vector<js::Debugger*, 0, js::SystemAllocPolicy>;
private: private:
js::jit::JitZone* createJitZone(JSContext* cx); js::jit::JitZone* createJitZone(JSContext* cx);