Index: runtime/vm/gc_marker.h |
diff --git a/runtime/vm/gc_marker.h b/runtime/vm/gc_marker.h |
index 5e74014f5b4ff7217e0ff22126f04dbe4b9833c8..95666b35cf769a99d264f2ca30c7474ff892cec4 100644 |
--- a/runtime/vm/gc_marker.h |
+++ b/runtime/vm/gc_marker.h |
@@ -43,7 +43,6 @@ class GCMarker : public ValueObject { |
bool visit_prologue_weak_persistent_handles); |
void IterateWeakReferences(Isolate* isolate, MarkingVisitor* visitor); |
void DrainMarkingStack(Isolate* isolate, MarkingVisitor* visitor); |
- void ProcessWeakProperty(RawWeakProperty* raw_weak, MarkingVisitor* visitor); |
void ProcessWeakTables(PageSpace* page_space); |
void ProcessObjectIdTable(Isolate* isolate); |