Chromium Code Reviews| Index: runtime/vm/native_entry_test.h |
| =================================================================== |
| --- runtime/vm/native_entry_test.h (revision 24306) |
| +++ runtime/vm/native_entry_test.h (working copy) |
| @@ -12,7 +12,6 @@ |
| void TestSmiSub(Dart_NativeArguments args); |
| void TestSmiSum(Dart_NativeArguments args); |
| void TestNonNullSmiSum(Dart_NativeArguments args); |
| -void TestStaticCallPatching(Dart_NativeArguments args); |
| } // namespace dart |