Removes stub from arm64 to fix build.

R=srdjan@google.com

Review URL: https://codereview.chromium.org//227563003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34787 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
zra@google.com 2014-04-07 17:56:59 +00:00
parent 2b4e3c7c99
commit 01ac0b3dc9

View file

@ -51,11 +51,6 @@ void StubCode::GenerateFixCallersTargetStub(Assembler* assembler) {
}
void StubCode::GenerateInstanceFunctionLookupStub(Assembler* assembler) {
UNIMPLEMENTED();
}
void StubCode::GenerateDeoptimizeLazyStub(Assembler* assembler) {
UNIMPLEMENTED();
}