Chromium Code Reviews| Index: runtime/vm/fixed_cache.h |
| diff --git a/runtime/vm/fixed_cache.h b/runtime/vm/fixed_cache.h |
| index 2d6e00a7507b60fa915f4c78c370a5addbe6df37..1af3a93cf90d8355b3603bab1b9b00e89feff037 100644 |
| --- a/runtime/vm/fixed_cache.h |
| +++ b/runtime/vm/fixed_cache.h |
| @@ -53,9 +53,7 @@ class FixedCache { |
| pairs_[i].value = value; |
| } |
| - void Clear() { |
| - length_ = 0; |
| - } |
| + void Clear() { length_ = 0; } |
| private: |
| intptr_t LowerBound(K key) { |