Bug 857250: Remove unused typedef from IonCompartment::getVMWrapper. r=dvander

This commit is contained in:
Daniel Holbert 2013-04-08 12:57:33 -07:00
parent 626b8d5531
commit 518cb9b162

View File

@ -374,8 +374,6 @@ IonCompartment::getBailoutTable(const FrameSizeClass &frameClass)
IonCode *
IonCompartment::getVMWrapper(const VMFunction &f)
{
typedef MoveResolver::MoveOperand MoveOperand;
JS_ASSERT(rt->functionWrappers_);
JS_ASSERT(rt->functionWrappers_->initialized());
IonRuntime::VMWrapperMap::Ptr p = rt->functionWrappers_->readonlyThreadsafeLookup(&f);