Chromium Code Reviews| Index: src/store-buffer.cc |
| diff --git a/src/store-buffer.cc b/src/store-buffer.cc |
| index 22a546742c85f376839ef68528728cd69bb3cc53..51fd42a4f12329715f3e4320391abba7f6b22514 100644 |
| --- a/src/store-buffer.cc |
| +++ b/src/store-buffer.cc |
| @@ -310,7 +310,6 @@ void StoreBuffer::Clean() { |
| static Address* in_store_buffer_1_element_cache = NULL; |
| - |
| bool StoreBuffer::CellIsInStoreBuffer(Address cell_address) { |
| if (!FLAG_enable_slow_asserts) return true; |
| if (in_store_buffer_1_element_cache != NULL && |