Index: runtime/vm/stub_code_x64_test.cc |
diff --git a/runtime/vm/stub_code_x64_test.cc b/runtime/vm/stub_code_x64_test.cc |
index 4f67eedd0e646089a1e74e09e65c457cca6e6aca..987daf4b172ce710db9527612f359e146d9ff457 100644 |
--- a/runtime/vm/stub_code_x64_test.cc |
+++ b/runtime/vm/stub_code_x64_test.cc |
@@ -19,10 +19,6 @@ |
namespace dart { |
-DECLARE_RUNTIME_ENTRY(TestSmiSub); |
-DECLARE_LEAF_RUNTIME_ENTRY(RawObject*, TestLeafSmiAdd, RawObject*, RawObject*); |
- |
- |
static Function* CreateFunction(const char* name) { |
const String& class_name = String::Handle(Symbols::New("ownerClass")); |
const Script& script = Script::Handle(); |