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

Unified Diff: lib/src/asset/dart/serialize/aggregate_transform.dart

Issue 1530353002: Drop support for older Barback versions. (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: Created 5 years 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 | « lib/src/asset/dart/serialize.dart ('k') | lib/src/asset/dart/transformer_isolate.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/asset/dart/serialize/aggregate_transform.dart
diff --git a/lib/src/asset/dart/serialize/aggregate_transform.dart b/lib/src/asset/dart/serialize/aggregate_transform.dart
index 5b7acc816d86ae2f7163dabe9ef38a6108ba8a95..8efa85fe8835dc911992d5ba7322c26015136131 100644
--- a/lib/src/asset/dart/serialize/aggregate_transform.dart
+++ b/lib/src/asset/dart/serialize/aggregate_transform.dart
@@ -120,7 +120,6 @@ class _ForeignBaseAggregateTransform {
// barback versions because merely referencing undefined types in type
// annotations isn't a static error. Only implementing an undefined interface is
// a static error.
-//# if barback >=0.14.1
/// A wrapper for an [AggregateTransform] that's in the host isolate.
///
@@ -169,5 +168,3 @@ class ForeignDeclaringAggregateTransform
});
}
}
-
-//# end
« no previous file with comments | « lib/src/asset/dart/serialize.dart ('k') | lib/src/asset/dart/transformer_isolate.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698