Chromium Code Reviews

Unified Diff: runtime/vm/bootstrap.cc

Issue 40323002: Remove dart:json (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Bad merge in convert/json.dart, a few other bugs. Updated co19 expectations. Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « runtime/vm/benchmark_test.cc ('k') | runtime/vm/object.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/bootstrap.cc
diff --git a/runtime/vm/bootstrap.cc b/runtime/vm/bootstrap.cc
index 55aca6dee7734bc5ac3d5137fc6f7eb9d294ce85..0ee04fc43f3620748668bf6d32174e9d49ba4bef 100644
--- a/runtime/vm/bootstrap.cc
+++ b/runtime/vm/bootstrap.cc
@@ -54,10 +54,6 @@ static bootstrap_lib_props bootstrap_libraries[] = {
isolate,
Bootstrap::isolate_source_paths_,
Bootstrap::isolate_patch_paths_),
- INIT_LIBRARY(ObjectStore::kJson,
- json,
- Bootstrap::json_source_paths_,
- NULL),
INIT_LIBRARY(ObjectStore::kMath,
math,
Bootstrap::math_source_paths_,
« no previous file with comments | « runtime/vm/benchmark_test.cc ('k') | runtime/vm/object.h » ('j') | no next file with comments »

Powered by Google App Engine