| Index: runtime/vm/native_api_impl.cc
|
| ===================================================================
|
| --- runtime/vm/native_api_impl.cc (revision 29911)
|
| +++ runtime/vm/native_api_impl.cc (working copy)
|
| @@ -120,17 +120,4 @@
|
| return result;
|
| }
|
|
|
| -
|
| -DART_EXPORT Dart_Handle Dart_CheckFunctionFingerprints() {
|
| - Isolate* isolate = Isolate::Current();
|
| - DARTSCOPE(isolate);
|
| - Dart_Handle result = Api::CheckIsolateState(isolate);
|
| - if (::Dart_IsError(result)) {
|
| - return result;
|
| - }
|
| - CHECK_CALLBACK_STATE(isolate);
|
| - Library::CheckFunctionFingerprints();
|
| - return result;
|
| -}
|
| -
|
| } // namespace dart
|
|
|