| Index: runtime/vm/native_entry_test.h
|
| diff --git a/runtime/vm/native_entry_test.h b/runtime/vm/native_entry_test.h
|
| index 7e51a24e77e44e0ddf4cca4909ba06b7d7c5bf51..706b4b6e3e7d0c3ec29a3edd83ed51f283a3a34a 100644
|
| --- a/runtime/vm/native_entry_test.h
|
| +++ b/runtime/vm/native_entry_test.h
|
| @@ -10,9 +10,6 @@
|
|
|
| namespace dart {
|
|
|
| -DECLARE_RUNTIME_ENTRY(TestSmiSub)
|
| -DECLARE_LEAF_RUNTIME_ENTRY(RawObject*, TestLeafSmiAdd, RawObject*, RawObject*)
|
| -
|
| void TestSmiSub(Dart_NativeArguments args);
|
| void TestSmiSum(Dart_NativeArguments args);
|
| void TestNonNullSmiSum(Dart_NativeArguments args);
|
|
|