Index: runtime/vm/bootstrap.cc |
diff --git a/runtime/vm/bootstrap.cc b/runtime/vm/bootstrap.cc |
index 9fca43502ee8e72ea8015bddefb9f6567c630993..b04165a7ca4edd9ce2db4a2b0037853d1c209b29 100644 |
--- a/runtime/vm/bootstrap.cc |
+++ b/runtime/vm/bootstrap.cc |
@@ -66,10 +66,6 @@ static bootstrap_lib_props bootstrap_libraries[] = { |
typed_data, |
Bootstrap::typed_data_source_paths_, |
Bootstrap::typed_data_patch_paths_), |
- INIT_LIBRARY(ObjectStore::kUtf, |
- utf, |
- Bootstrap::utf_source_paths_, |
- NULL), |
{ ObjectStore::kNone, NULL, NULL, NULL, NULL } |
}; |