| Index: runtime/vm/code_patcher.h
|
| ===================================================================
|
| --- runtime/vm/code_patcher.h (revision 41609)
|
| +++ runtime/vm/code_patcher.h (working copy)
|
| @@ -92,9 +92,6 @@
|
| static void InsertCallAt(uword start, uword target);
|
|
|
| static RawObject* GetEdgeCounterAt(uword pc, const Code& code);
|
| -#if defined(TARGET_ARCH_IA32)
|
| - static int32_t EdgeCounterIncrementSizeInBytes();
|
| -#endif // TARGET_ARCH_IA32
|
|
|
| static int32_t GetPoolOffsetAt(uword return_address);
|
| static void SetPoolOffsetAt(uword return_address, int32_t offset);
|
|
|