Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(99)

Unified Diff: pkg/compiler/lib/src/serialization/element_serialization.dart

Issue 1348063002: Make the universe parts into small libraries. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/compiler/lib/src/serialization/element_serialization.dart
diff --git a/pkg/compiler/lib/src/serialization/element_serialization.dart b/pkg/compiler/lib/src/serialization/element_serialization.dart
index 9ef51874f9b8da5458d595a6548af4630ecd9cd1..71dffef796838b3563b91097629ca8cd5cb96905 100644
--- a/pkg/compiler/lib/src/serialization/element_serialization.dart
+++ b/pkg/compiler/lib/src/serialization/element_serialization.dart
@@ -10,7 +10,6 @@ import '../dart_types.dart';
import '../diagnostics/source_span.dart' show
SourceSpan;
import '../elements/elements.dart';
-import '../tree/tree.dart';
import 'constant_serialization.dart';
import 'keys.dart';
import 'modelz.dart';

Powered by Google App Engine
This is Rietveld 408576698