mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
Bug 1243401 - removed unused variables fun_ and nslots_ from MIRGenerator. r=jorendorff
--HG-- extra : rebase_source : 3f1f7b02453e5955f978d5a3d9ea2418173dab9c
This commit is contained in:
parent
7392c36bba
commit
edcde32c13
@ -170,8 +170,6 @@ class MIRGenerator
|
||||
const CompileInfo* info_;
|
||||
const OptimizationInfo* optimizationInfo_;
|
||||
TempAllocator* alloc_;
|
||||
JSFunction* fun_;
|
||||
uint32_t nslots_;
|
||||
MIRGraph* graph_;
|
||||
AbortReason abortReason_;
|
||||
bool shouldForceAbort_; // Force AbortReason_Disable
|
||||
|
Loading…
Reference in New Issue
Block a user