 Chromium Code Reviews
 Chromium Code Reviews Issue 1474693003:
  [heap] delete Heap::LeftTrimFixedAray  (Closed) 
  Base URL: https://chromium.googlesource.com/v8/v8.git@master
    
  
    Issue 1474693003:
  [heap] delete Heap::LeftTrimFixedAray  (Closed) 
  Base URL: https://chromium.googlesource.com/v8/v8.git@master| Index: src/heap/mark-compact.h | 
| diff --git a/src/heap/mark-compact.h b/src/heap/mark-compact.h | 
| index d0fb955d8bc7499a1cbbbbedc22fd4a406737275..9a863a4511adf366c7465df0e5a3808323451e89 100644 | 
| --- a/src/heap/mark-compact.h | 
| +++ b/src/heap/mark-compact.h | 
| @@ -119,8 +119,6 @@ class Marking : public AllStatic { | 
| markbit.Next().Set(); | 
| } | 
| - static void TransferMark(Heap* heap, Address old_start, Address new_start); | 
| - | 
| #ifdef DEBUG | 
| enum ObjectColor { | 
| BLACK_OBJECT, |