Skip to content

Commit

Permalink
Remove sel4-async-block-io-cpiofs
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Spinale <nick@nickspinale.com>
  • Loading branch information
nspin committed Feb 13, 2024
1 parent 63ce236 commit 1eafbbe
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 266 deletions.
13 changes: 0 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ members = [
"crates/private/tests/root-task/tls",
"crates/sel4",
"crates/sel4-async/block-io",
"crates/sel4-async/block-io/cpiofs",
"crates/sel4-async/block-io/fat",
"crates/sel4-async/network",
"crates/sel4-async/network/rustls",
Expand Down
1 change: 0 additions & 1 deletion crates/private/meta/Cargo.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ mk {
sel4-sys

sel4-async-block-io
sel4-async-block-io-cpiofs
sel4-async-block-io-fat
sel4-async-network
sel4-async-single-threaded-executor
Expand Down
1 change: 0 additions & 1 deletion crates/private/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ cfg-if = "1.0.0"
log = "0.4.17"
sel4 = { path = "../../sel4" }
sel4-async-block-io = { path = "../../sel4-async/block-io" }
sel4-async-block-io-cpiofs = { path = "../../sel4-async/block-io/cpiofs" }
sel4-async-block-io-fat = { path = "../../sel4-async/block-io/fat" }
sel4-async-network = { path = "../../sel4-async/network" }
sel4-async-single-threaded-executor = { path = "../../sel4-async/single-threaded-executor" }
Expand Down
1 change: 0 additions & 1 deletion crates/private/meta/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ pub mod absent {}
definitely! {
sel4
sel4_async_block_io
sel4_async_block_io_cpiofs
sel4_async_block_io_fat
sel4_async_network
sel4_async_single_threaded_executor
Expand Down
27 changes: 0 additions & 27 deletions crates/sel4-async/block-io/cpiofs/Cargo.nix

This file was deleted.

25 changes: 0 additions & 25 deletions crates/sel4-async/block-io/cpiofs/Cargo.toml

This file was deleted.

197 changes: 0 additions & 197 deletions crates/sel4-async/block-io/cpiofs/src/lib.rs

This file was deleted.

0 comments on commit 1eafbbe

Please sign in to comment.