Chromium Code Reviews| Index: src/zone/zone.cc |
| diff --git a/src/zone/zone.cc b/src/zone/zone.cc |
| index 5b458c6746c124e8561a5406e6d472ddabc7e7ee..fd0b14733cd21f5d55e9eef95b0143b5f14d400f 100644 |
| --- a/src/zone/zone.cc |
| +++ b/src/zone/zone.cc |
| @@ -105,9 +105,7 @@ void Zone::DeleteAll() { |
| } |
| position_ = limit_ = 0; |
| - |
| allocation_size_ = 0; |
| - // Update the head segment to be the kept segment (if any). |
| segment_head_ = nullptr; |
| } |