Skip to content

Commit de90a36

Browse files
committed
remove old comment
1 parent c3573f6 commit de90a36

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/src/builder/build_step_impl.dart

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ class BuildStepImpl implements BuildStep {
2727
final List<Asset> _outputs = [];
2828

2929
/// A future that completes once all outputs current are done writing.
30-
///
31-
/// TODO(jakemac): This is not typically needed inside of a Builder, we could
32-
/// consider moving it out to a separate class which wraps a [BuildStep] and
33-
/// this future? Another option would be an `Output` class which wraps an
34-
/// [Asset] and a [Future] that completes once its done writing.
3530
Future get outputsCompleted => _outputsCompleted;
3631
Future _outputsCompleted = new Future(() {});
3732

0 commit comments

Comments
 (0)