mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 853777: Remove unused variable 'cx' from CodeGenerator::visitApplyArgsGeneric(). r=kvijayan
This commit is contained in:
parent
cb8d86e34d
commit
bebde88bb8
@ -1539,8 +1539,6 @@ CodeGenerator::emitPopArguments(LApplyArgsGeneric *apply, Register extraStackSpa
|
||||
bool
|
||||
CodeGenerator::visitApplyArgsGeneric(LApplyArgsGeneric *apply)
|
||||
{
|
||||
JSContext *cx = GetIonContext()->cx;
|
||||
|
||||
// Holds the function object.
|
||||
Register calleereg = ToRegister(apply->getFunction());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user