| Index: runtime/vm/bootstrap_natives.cc
|
| diff --git a/runtime/vm/bootstrap_natives.cc b/runtime/vm/bootstrap_natives.cc
|
| index 70c27e5e720c64f44f5de5d881211be1f38ec189..a0725633d4997a1a488f70a6cb6482faf9cb09de 100644
|
| --- a/runtime/vm/bootstrap_natives.cc
|
| +++ b/runtime/vm/bootstrap_natives.cc
|
| @@ -76,10 +76,6 @@ void Bootstrap::SetupNativeResolver() {
|
| ASSERT(!library.IsNull());
|
| library.set_native_entry_resolver(resolver);
|
|
|
| - library = Library::PlatformLibrary();
|
| - ASSERT(!library.IsNull());
|
| - library.set_native_entry_resolver(resolver);
|
| -
|
| library = Library::TypedDataLibrary();
|
| ASSERT(!library.IsNull());
|
| library.set_native_entry_resolver(resolver);
|
|
|