Bug 853777: Remove unused variable 'cx' from CodeGenerator::visitApplyArgsGeneric(). r=kvijayan

This commit is contained in:
Daniel Holbert 2013-03-22 08:13:49 -07:00
Родитель 6d15674a57
Коммит 4e5645bade
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -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());