Index: src/heap.h |
diff --git a/src/heap.h b/src/heap.h |
index b8110920b22de919ee7968ec22e7461d45c8e6d4..4b0b142568f568b6c5e3ca529f8f562bdbbf1eb6 100644 |
--- a/src/heap.h |
+++ b/src/heap.h |
@@ -1297,11 +1297,6 @@ class Heap { |
PromotionQueue* promotion_queue() { return &promotion_queue_; } |
-#ifdef DEBUG |
- // Utility used with flag gc-greedy. |
- void GarbageCollectionGreedyCheck(); |
-#endif |
- |
void AddGCPrologueCallback(v8::Isolate::GCPrologueCallback callback, |
GCType gc_type_filter, |
bool pass_isolate = true); |