| Index: src/arm/lithium-codegen-arm.h
|
| diff --git a/src/arm/lithium-codegen-arm.h b/src/arm/lithium-codegen-arm.h
|
| index f264259f0aa3fc29a341d84c26b2ed3faec606e5..cecf152eed1aaa8bab1447e746e52f5a2ed336cd 100644
|
| --- a/src/arm/lithium-codegen-arm.h
|
| +++ b/src/arm/lithium-codegen-arm.h
|
| @@ -56,8 +56,6 @@ class LCodeGen BASE_EMBEDDED {
|
| deoptimizations_(4, info->zone()),
|
| deopt_jump_table_(4, info->zone()),
|
| deoptimization_literals_(8, info->zone()),
|
| - prototype_maps_(0, info->zone()),
|
| - transition_maps_(0, info->zone()),
|
| inlined_function_count_(0),
|
| scope_(info->scope()),
|
| status_(UNUSED),
|
| @@ -406,8 +404,6 @@ class LCodeGen BASE_EMBEDDED {
|
| ZoneList<LEnvironment*> deoptimizations_;
|
| ZoneList<Deoptimizer::JumpTableEntry> deopt_jump_table_;
|
| ZoneList<Handle<Object> > deoptimization_literals_;
|
| - ZoneList<Handle<Map> > prototype_maps_;
|
| - ZoneList<Handle<Map> > transition_maps_;
|
| int inlined_function_count_;
|
| Scope* const scope_;
|
| Status status_;
|
|
|