Chromium Code Reviews

Unified Diff: sdk/lib/_internal/pub/lib/src/barback/load_transformers.dart

Issue 200863002: Fix an analyzer warning in pub. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/pub/lib/src/barback/load_transformers.dart
diff --git a/sdk/lib/_internal/pub/lib/src/barback/load_transformers.dart b/sdk/lib/_internal/pub/lib/src/barback/load_transformers.dart
index 452291bc79f2f428f4bda9dbb707e8e9e66b70dc..44908dcca11d9b871d4adf48f2abfb5c6dfaee13 100644
--- a/sdk/lib/_internal/pub/lib/src/barback/load_transformers.dart
+++ b/sdk/lib/_internal/pub/lib/src/barback/load_transformers.dart
@@ -626,7 +626,6 @@ Future _call(SendPort port, message) {
/// An [AssetNotFoundException] that was originally raised in another isolate.
class _CrossIsolateAssetNotFoundException extends dart.CrossIsolateException
implements AssetNotFoundException {
- final TransformInfo transform;
final AssetId id;
String get message => "Could not find asset $id.";
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine