Chromium Code Reviews| Index: src/zone/zone.cc |
| diff --git a/src/zone/zone.cc b/src/zone/zone.cc |
| index 8054bdc7816e48150f395b5a11975bc7142f98e9..92d656c9e2f5a5fd5db7df4f7e6a2e694a86936d 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; |
| } |