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 8506d14ce63f6c958be8ab2b89b71c54f175dab0..b2a3495fd58691af8498dc5aa22db1318196a348 100644 |
--- a/pkg/barback/lib/src/package_provider.dart |
+++ b/pkg/barback/lib/src/package_provider.dart |
@@ -21,14 +21,6 @@ abstract class PackageProvider { |
/// dependencies. |
Iterable<String> get packages; |
- // TODO(rnystrom): Make this async. |
- /// The paths of all available asset files in [package], relative to the |
- /// package's root directory. |
- /// |
- /// You can pass [within], which should be the relative path to a directory |
- /// within the package, to only return the files within that subdirectory. |
- List<AssetId> listAssets(String package, {String within}); |
- |
/// 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 |