| Index: runtime/vm/weak_code.h
|
| diff --git a/runtime/vm/weak_code.h b/runtime/vm/weak_code.h
|
| index ea2d9c1593b71fd5233630bd359b7bf89303b743..9fd11c198892021d977dbd48d648499274868849 100644
|
| --- a/runtime/vm/weak_code.h
|
| +++ b/runtime/vm/weak_code.h
|
| @@ -25,7 +25,6 @@ class WeakCodeReferences : public ValueObject {
|
| virtual void UpdateArrayTo(const Array& array) = 0;
|
| virtual void ReportDeoptimization(const Code& code) = 0;
|
| virtual void ReportSwitchingCode(const Code& code) = 0;
|
| - virtual void IncrementInvalidationGen() = 0;
|
|
|
| static bool IsOptimizedCode(const Array& dependent_code, const Code& code);
|
|
|
|
|