| Index: pkg/barback/lib/src/package_provider.dart
|
| diff --git a/pkg/barback/lib/src/package_provider.dart b/pkg/barback/lib/src/package_provider.dart
|
| index 031caf870e2b7cee0222f7cfc5f6424f3ed4498a..380d38799883eb134c16af12fb3875db40c5b401 100644
|
| --- a/pkg/barback/lib/src/package_provider.dart
|
| +++ b/pkg/barback/lib/src/package_provider.dart
|
| @@ -21,12 +21,6 @@ abstract class PackageProvider {
|
| /// dependencies.
|
| Iterable<String> get packages;
|
|
|
| - /// Returns the list of transformer phases that are applicable to [package].
|
| - ///
|
| - /// The phases will be run in sequence, with the outputs of one pipelined into
|
| - /// the next. All [Transformer]s in a single phase will be run in parallel.
|
| - Iterable<Iterable<Transformer>> getTransformers(String package);
|
| -
|
| /// Loads an asset from disk.
|
| ///
|
| /// This should be re-entrant; it may be called multiple times with the same
|
|
|