| Index: tools/clang/blink_gc_plugin/RecordInfo.h
|
| diff --git a/tools/clang/blink_gc_plugin/RecordInfo.h b/tools/clang/blink_gc_plugin/RecordInfo.h
|
| index 62080ed5c0147245f9fa3c731bbc38cb41e3adad..5bad7ce9f7964d6935d42094c5d735e22a405df8 100644
|
| --- a/tools/clang/blink_gc_plugin/RecordInfo.h
|
| +++ b/tools/clang/blink_gc_plugin/RecordInfo.h
|
| @@ -38,8 +38,6 @@ class BasePoint : public GraphPoint {
|
| const TracingStatus& status)
|
| : spec_(spec), info_(info), status_(status) {}
|
| const TracingStatus NeedsTracing() { return status_; }
|
| - // Needed to change the status of bases with a pure-virtual trace.
|
| - void MarkUnneeded() { status_ = TracingStatus::Unneeded(); }
|
| const clang::CXXBaseSpecifier& spec() { return spec_; }
|
| RecordInfo* info() { return info_; }
|
|
|
|
|