diff options
author | adeshkp <adeshkp@users.noreply.github.com> | 2019-03-14 09:53:02 -0400 |
---|---|---|
committer | adeshkp <adeshkp@users.noreply.github.com> | 2019-03-14 09:53:02 -0400 |
commit | e84b11711eb40851972f676f35191fb30fa49280 (patch) | |
tree | bacd5705d6571f95a5fd1807f68c76ed8bd6ac6b /js/src/jit/StupidAllocator.cpp | |
parent | d3fdcff65e3c441cd2186b7505b243f5a8f7858c (diff) | |
download | uxp-e84b11711eb40851972f676f35191fb30fa49280.tar.gz |
Remove a couple of unused variables
Diffstat (limited to 'js/src/jit/StupidAllocator.cpp')
-rw-r--r-- | js/src/jit/StupidAllocator.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/src/jit/StupidAllocator.cpp b/js/src/jit/StupidAllocator.cpp index 8e3ea62865..55431e8e0c 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) { |