Skip to content

Commit

Permalink
Remove redundant jemalloc-ctl dependency
Browse files Browse the repository at this point in the history
Summary: We weren't using it, so it wasn't actually being pulled in, but avoid listing it unnecessarily.

Reviewed By: dtolnay

Differential Revision: D44801068

fbshipit-source-id: 8a5ee7395e00c8f103fafdeaa9bb1d645927669c
  • Loading branch information
ndmitchell authored and facebook-github-bot committed Apr 10, 2023
1 parent 44b28fd commit ca6aa9a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ internment = { version = "0.7", features = ["arc"] }
inventory = "0.1.9"
is_proc_translated = "0.1.1"
itertools = "0.10.3"
jemalloc-ctl = "0.5.0"
jemallocator = { version = "0.5.0", features = ["profiling"] }
libc = "0.2.132"
linked-hash-map = { version = "0.5", features = ["serde_impl"] }
Expand Down
1 change: 0 additions & 1 deletion shim/third-party/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ internment = { version = "0.7", features = ["arc"] }
inventory = "0.1.9"
is_proc_translated = "0.1.1"
itertools = "0.10.3"
jemalloc-ctl = "0.3.3"
jemallocator = { version = "0.3.2", features = ["profiling"] }
lalrpop = { version = "0.19.7", artifact = "bin" }
lalrpop-util = "0.19.7"
Expand Down

0 comments on commit ca6aa9a

Please sign in to comment.