Chromium Code Reviews| Index: src/ia32/lithium-ia32.cc |
| =================================================================== |
| --- src/ia32/lithium-ia32.cc (revision 6167) |
| +++ src/ia32/lithium-ia32.cc (working copy) |
| @@ -322,15 +322,6 @@ |
| } |
| -LChunk::LChunk(HGraph* graph) |
| - : spill_slot_count_(0), |
| - graph_(graph), |
| - instructions_(32), |
| - pointer_maps_(8), |
| - inlined_closures_(1) { |
| -} |
| - |
| - |
| void LChunk::Verify() const { |
| // TODO(twuerthinger): Implement verification for chunk. |
| } |