Skip to content

Commit

Permalink
refactor(core): Remove unused layer MadsimLayer
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzk1 committed Jun 27, 2024
1 parent cf7580e commit 5c1ff89
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 567 deletions.
121 changes: 2 additions & 119 deletions core/Cargo.lock

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

4 changes: 0 additions & 4 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ layers-metrics = ["dep:metrics"]
layers-prometheus = ["dep:prometheus"]
# Enable layers prometheus support, with prometheus-client crate
layers-prometheus-client = ["dep:prometheus-client"]
# Enable layers madsim support
layers-madsim = ["dep:madsim"]
# Enable layers minitrace support.
layers-minitrace = ["dep:minitrace"]
# Enable layers tracing support.
Expand Down Expand Up @@ -355,8 +353,6 @@ async-backtrace = { version = "0.2.6", optional = true }
await-tree = { version = "0.1.1", optional = true }
# for layers-throttle
governor = { version = "0.6.0", optional = true, features = ["std"] }
# for layers-madsim
madsim = { version = "0.2.21", optional = true }
# for layers-metrics
metrics = { version = "0.20", optional = true }
# for layers-minitrace
Expand Down
Loading

0 comments on commit 5c1ff89

Please sign in to comment.