| Index: src/heap/store-buffer-inl.h
|
| diff --git a/src/heap/store-buffer-inl.h b/src/heap/store-buffer-inl.h
|
| index 1606465a094d02411d4bed3b1a14c307121996c9..ccbe339534ddd97fcaba71312570a825d1dce84d 100644
|
| --- a/src/heap/store-buffer-inl.h
|
| +++ b/src/heap/store-buffer-inl.h
|
| @@ -49,14 +49,6 @@ void StoreBuffer::EnterDirectlyIntoStoreBuffer(Address addr) {
|
| }
|
| }
|
| }
|
| -
|
| -
|
| -void StoreBuffer::ClearDeadObject(HeapObject* object) {
|
| - Address& map_field = Memory::Address_at(object->address());
|
| - if (heap_->map_space()->Contains(map_field)) {
|
| - map_field = NULL;
|
| - }
|
| -}
|
| }
|
| } // namespace v8::internal
|
|
|
|
|