Bug 1047332: Remove unused jrt variables in jsapi-tests; r=mjrosenb

This commit is contained in:
Benjamin Bouvier 2014-08-04 10:46:13 +02:00
parent 33f730aba3
commit 72b068871c

View File

@ -59,7 +59,6 @@ BEGIN_TEST(testJitMoveEmitterCycles_simple)
LifoAlloc lifo(LIFO_ALLOC_PRIMARY_CHUNK_SIZE);
TempAllocator alloc(&lifo);
IonContext ic(cx, &alloc);
JitRuntime *jrt = cx->runtime()->getJitRuntime(cx);
AutoFlushICache afc("test");
MacroAssembler masm;
@ -104,7 +103,6 @@ BEGIN_TEST(testJitMoveEmitterCycles_autogen)
LifoAlloc lifo(LIFO_ALLOC_PRIMARY_CHUNK_SIZE);
TempAllocator alloc(&lifo);
IonContext ic(cx, &alloc);
JitRuntime *jrt = cx->runtime()->getJitRuntime(cx);
AutoFlushICache afc("test");
MacroAssembler masm;
MoveEmitter mover(masm);
@ -206,7 +204,6 @@ BEGIN_TEST(testJitMoveEmitterCycles_autogen2)
LifoAlloc lifo(LIFO_ALLOC_PRIMARY_CHUNK_SIZE);
TempAllocator alloc(&lifo);
IonContext ic(cx, &alloc);
JitRuntime *jrt = cx->runtime()->getJitRuntime(cx);
AutoFlushICache afc("test");
MacroAssembler masm;
MoveEmitter mover(masm);
@ -321,7 +318,6 @@ BEGIN_TEST(testJitMoveEmitterCycles_autogen3)
LifoAlloc lifo(LIFO_ALLOC_PRIMARY_CHUNK_SIZE);
TempAllocator alloc(&lifo);
IonContext ic(cx, &alloc);
JitRuntime *jrt = cx->runtime()->getJitRuntime(cx);
AutoFlushICache afc("test");
MacroAssembler masm;
MoveEmitter mover(masm);