Skip to content

Commit

Permalink
Move N-ary chain constructs to #1572
Browse files Browse the repository at this point in the history
  • Loading branch information
soareschen committed Nov 18, 2021
1 parent 1fa6440 commit dd0ec98
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 373 deletions.
1 change: 0 additions & 1 deletion tools/integration-test/src/types/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ pub mod binary;
pub mod config;
pub mod env;
pub mod id;
pub mod nary;
pub mod process;
pub mod single;
pub mod tagged;
Expand Down
149 changes: 0 additions & 149 deletions tools/integration-test/src/types/nary/chains.rs

This file was deleted.

157 changes: 0 additions & 157 deletions tools/integration-test/src/types/nary/channel.rs

This file was deleted.

2 changes: 0 additions & 2 deletions tools/integration-test/src/types/nary/mod.rs

This file was deleted.

63 changes: 0 additions & 63 deletions tools/integration-test/src/util/array.rs

This file was deleted.

1 change: 0 additions & 1 deletion tools/integration-test/src/util/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
Utility and helper functions used in the tests.
*/

pub mod array;
pub mod file;
pub mod random;
pub mod retry;
Expand Down

0 comments on commit dd0ec98

Please sign in to comment.