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

Unified Diff: pkg/compiler/lib/src/common/backend_api.dart

Issue 2815383003: Finish cleaning up analyzer warnings (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « pkg/compiler/.gitignore ('k') | pkg/compiler/lib/src/js/placeholder_safety.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/common/backend_api.dart
diff --git a/pkg/compiler/lib/src/common/backend_api.dart b/pkg/compiler/lib/src/common/backend_api.dart
index 9a08319d216425250282c4e2ae2de7620db9e786..1c761dbcc30bd7a20083f626c5cedc34cf41637e 100644
--- a/pkg/compiler/lib/src/common/backend_api.dart
+++ b/pkg/compiler/lib/src/common/backend_api.dart
@@ -6,10 +6,8 @@ library dart2js.backend_api;
import '../common/resolution.dart' show ResolutionImpact;
import '../constants/expressions.dart' show ConstantExpression;
-import '../elements/types.dart';
import '../elements/resolution_types.dart'
show ResolutionDartType, ResolutionInterfaceType;
-import '../elements/entities.dart';
import '../serialization/serialization.dart'
show DeserializerPlugin, SerializerPlugin;
import '../tree/tree.dart' show Node;
« no previous file with comments | « pkg/compiler/.gitignore ('k') | pkg/compiler/lib/src/js/placeholder_safety.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698