| Index: runtime/vm/dart_api_impl.cc
|
| diff --git a/runtime/vm/dart_api_impl.cc b/runtime/vm/dart_api_impl.cc
|
| index ce7b2585150a740b0e389403eeca97fdf9c3077c..343f5979e5eb58182c2db3e23f8a40b3ce59e176 100644
|
| --- a/runtime/vm/dart_api_impl.cc
|
| +++ b/runtime/vm/dart_api_impl.cc
|
| @@ -6633,11 +6633,6 @@ DART_EXPORT Dart_Handle Dart_CreateAppJITSnapshot(
|
| }
|
|
|
|
|
| -DART_EXPORT bool Dart_IsRunningPrecompiledCode() {
|
| - return Snapshot::IncludesCode(Dart::snapshot_kind());
|
| -}
|
| -
|
| -
|
| DART_EXPORT bool Dart_IsPrecompiledRuntime() {
|
| #if defined(DART_PRECOMPILED_RUNTIME)
|
| return true;
|
|
|