Skip to content

Commit

Permalink
[move-tests] remove the no parallel as unused
Browse files Browse the repository at this point in the history
  • Loading branch information
davidiw committed Sep 10, 2022
1 parent b57bbe0 commit 5c4696f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions aptos-move/e2e-move-tests/src/harness.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,6 @@ impl MoveHarness {
}
}

pub fn new_no_parallel() -> Self {
Self {
executor: FakeExecutor::from_fresh_genesis().set_not_parallel(),
txn_seq_no: BTreeMap::default(),
}
}

/// Creates an account for the given static address. This address needs to be static so
/// we can load regular Move code to there without need to rewrite code addresses.
pub fn new_account_at(&mut self, addr: AccountAddress) -> Account {
Expand Down

0 comments on commit 5c4696f

Please sign in to comment.