Index: runtime/vm/code_patcher_arm.cc |
=================================================================== |
--- runtime/vm/code_patcher_arm.cc (revision 12015) |
+++ runtime/vm/code_patcher_arm.cc (working copy) |
@@ -62,18 +62,6 @@ |
return NULL; |
} |
siva
2012/09/07 23:16:17
Needs
void CodePatcher::InsertCallAt(uword start,
srdjan
2012/09/12 06:15:26
Done.
|
-RawArray* CodePatcher::GetTypeTestArray(uword instruction_address) { |
- UNIMPLEMENTED(); |
- return NULL; |
-} |
- |
- |
-void CodePatcher::SetTypeTestArray(uword instruction_address, |
- const Array& value) { |
- UNIMPLEMENTED(); |
-} |
- |
- |
} // namespace dart |
#endif // defined TARGET_ARCH_ARM |