Skip to content

Commit

Permalink
Remove DeliverState dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
eseidel committed Aug 31, 2023
1 parent 7b41734 commit cad0410
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions packages/cli/lib/behavior/deliver.dart
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,6 @@ _BuyRequest? _buyRequestFromNeededMounts(MountSymbolSet needed) {
return _BuyRequest(tradeSymbol: tradeSymbol, units: units);
}

/// This is an attempt towards a compound job.
class DeliverState {
/// Create a new deliver state.
DeliverState(
this.buyJob, {
this.jobIndex = 0,
});

/// Which job are we on?
int jobIndex;

/// The buy job state.
final BuyJob buyJob;
}

/// Determine what BuyJob to issue, if any.
Future<BuyJob?> computeBuyJob(
CentralCommand centralCommand,
Expand Down

0 comments on commit cad0410

Please sign in to comment.