mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 07:18:39 +09:00
Remove a couple of unused variables
This commit is contained in:
parent
5193311ea5
commit
f922e8ae0e
2 changed files with 0 additions and 2 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -495,7 +495,6 @@ ObjectGroup::defaultNewGroup(ExclusiveContext* cx, const Class* clasp,
|
|||
if (associated->is<JSFunction>()) {
|
||||
|
||||
// Canonicalize new functions to use the original one associated with its script.
|
||||
JSFunction* fun = &associated->as<JSFunction>();
|
||||
associated = associated->as<JSFunction>().maybeCanonicalFunction();
|
||||
|
||||
// If we have previously cleared the 'new' script information for this
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue