| Index: runtime/vm/code_patcher.h
|
| diff --git a/runtime/vm/code_patcher.h b/runtime/vm/code_patcher.h
|
| index 57ee46a60bffcf1eaf72b49b6d4b53aabc4f2b34..56ba916f5a594b5b8bdbbf160da85e3442518f97 100644
|
| --- a/runtime/vm/code_patcher.h
|
| +++ b/runtime/vm/code_patcher.h
|
| @@ -87,8 +87,6 @@ class CodePatcher : public AllStatic {
|
|
|
| static void InsertCallAt(uword start, uword target);
|
|
|
| - static RawObject* GetEdgeCounterAt(uword pc, const Code& code);
|
| -
|
| static void PatchPoolPointerCallAt(uword return_address,
|
| const Code& code,
|
| uword new_target);
|
|
|