Bug 928647 - Remove CycleCollectedRuntime::mObjectToUnlink. r=smaug

This commit is contained in:
Andrew McCreight
2013-10-19 08:59:10 -07:00
parent eb18092711
commit 2a8aa49cb4
3 changed files with 0 additions and 14 deletions

View File

@@ -440,9 +440,6 @@ CycleCollectedJSRuntime::CycleCollectedJSRuntime(uint32_t aMaxbytes,
mJSZoneCycleCollectorGlobal(sJSZoneCycleCollectorGlobal),
mJSRuntime(nullptr),
mJSHolders(512)
#ifdef DEBUG
, mObjectToUnlink(nullptr)
#endif
{
mJSRuntime = JS_NewRuntime(aMaxbytes, aUseHelperThreads);
if (!mJSRuntime) {