| Index: runtime/include/dart_native_api.h
|
| diff --git a/runtime/include/dart_native_api.h b/runtime/include/dart_native_api.h
|
| index 5a272492a17046c4667a3988ddf5741a64494b84..ea7900df6be69603e2e3ad1d83f928e60496ff6c 100644
|
| --- a/runtime/include/dart_native_api.h
|
| +++ b/runtime/include/dart_native_api.h
|
| @@ -159,6 +159,5 @@ DART_EXPORT bool Dart_CloseNativePort(Dart_Port native_port_id);
|
| * TODO(turnidge): Document.
|
| */
|
| DART_EXPORT Dart_Handle Dart_CompileAll();
|
| -DART_EXPORT Dart_Handle Dart_Precompile();
|
|
|
| #endif /* INCLUDE_DART_NATIVE_API_H_ */ /* NOLINT */
|
|
|