Chromium Code Reviews| Index: runtime/vm/object.h |
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h |
| index 87fbd6cb11f2ca986907302e46e36f7174f826ce..760074059bdf355b22a22f51c1478f7535c57e4b 100644 |
| --- a/runtime/vm/object.h |
| +++ b/runtime/vm/object.h |
| @@ -2620,9 +2620,7 @@ class Function : public Object { |
| } |
| bool IsOptimizable() const; |
| - bool IsNativeAutoSetupScope() const; |
| void SetIsOptimizable(bool value) const; |
| - void SetIsNativeAutoSetupScope(bool value) const; |
| bool CanBeInlined() const; |