summaryrefslogtreecommitdiffstats
path: root/js/src/jit/StupidAllocator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/jit/StupidAllocator.cpp')
-rw-r--r--js/src/jit/StupidAllocator.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/src/jit/StupidAllocator.cpp b/js/src/jit/StupidAllocator.cpp
index 8e3ea6286..55431e8e0 100644
--- a/js/src/jit/StupidAllocator.cpp
+++ b/js/src/jit/StupidAllocator.cpp
@@ -407,7 +407,6 @@ StupidAllocator::allocateForDefinition(LInstruction* ins, LDefinition* def)
{
uint32_t vreg = def->virtualRegister();
- CodePosition from;
if ((def->output()->isRegister() && def->policy() == LDefinition::FIXED) ||
def->policy() == LDefinition::MUST_REUSE_INPUT)
{