| Index: runtime/vm/stub_code.h
|
| diff --git a/runtime/vm/stub_code.h b/runtime/vm/stub_code.h
|
| index bad4a86091688e3d311db669cd71d8928177b246..e7da564b6b3ef075741fac31bf34b9cadb0b480b 100644
|
| --- a/runtime/vm/stub_code.h
|
| +++ b/runtime/vm/stub_code.h
|
| @@ -109,9 +109,6 @@ class StubCode : public AllStatic {
|
|
|
| static void VisitObjectPointers(ObjectPointerVisitor* visitor);
|
|
|
| - // Returns true if stub code has been initialized.
|
| - static bool HasBeenInitialized();
|
| -
|
| // Check if specified pc is in the dart invocation stub used for
|
| // transitioning into dart code.
|
| static bool InInvocationStub(uword pc);
|
|
|