Skip to content

Commit

Permalink
Remove network trace example
Browse files Browse the repository at this point in the history
  • Loading branch information
h33p committed Nov 29, 2023
1 parent 8901f20 commit 0dc8f3f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 321 deletions.
5 changes: 0 additions & 5 deletions mfio-netfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ version = "0.1.0"
rust-version = "1.72"
edition = "2021"

[[example]]
name = "trace"
required-features = ["tokio/net"]

[[bin]]
name = "mfio-netfs-server"
test = false
Expand Down Expand Up @@ -43,7 +39,6 @@ mfio-rt = { version = "0.1", path = "../mfio-rt", features = ["test_suite"], def
env_logger = "0.10"
criterion = { version = "0.5", git = "https://github.com/h33p/criterion.rs", branch = "tput2", features = ["async_tokio", "async_smol", "async_futures"] }
rand = "0.8"
tracing-tracy = { version = "0.10", features = ["fibers", "only-localhost"] }
tracing-subscriber = "0.3"

[target.'cfg(not(miri))'.dev-dependencies]
Expand Down
316 changes: 0 additions & 316 deletions mfio-netfs/examples/trace.rs

This file was deleted.

0 comments on commit 0dc8f3f

Please sign in to comment.