| Index: src/heap.h
|
| diff --git a/src/heap.h b/src/heap.h
|
| index 8d9adb02dbe9b3d8cbcc106d2bfdb9a1e59bae40..a85c17bcddd262998a6b96989d53122c41f50f24 100644
|
| --- a/src/heap.h
|
| +++ b/src/heap.h
|
| @@ -1237,10 +1237,6 @@ class Heap {
|
| // Verify the heap is in its normal state before or after a GC.
|
| void Verify();
|
|
|
| - // Verify that AccessorPairs are not shared, i.e. make sure that they have
|
| - // exactly one pointer to them.
|
| - void VerifyNoAccessorPairSharing();
|
| -
|
| void OldPointerSpaceCheckStoreBuffer();
|
| void MapSpaceCheckStoreBuffer();
|
| void LargeObjectSpaceCheckStoreBuffer();
|
|
|