Skip to content

Commit a3ad460

Browse files
committed
remove jemalloc
1 parent 36dd47d commit a3ad460

File tree

3 files changed

+0
-38
lines changed

3 files changed

+0
-38
lines changed

Cargo.lock

Lines changed: 0 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

archive/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ frame-system = { git = "https://github.com/paritytech/substrate", branch = "mast
6464
sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master", package = "sp-trie" }
6565
sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master", package = "sp-state-machine" }
6666

67-
[target.'cfg(not(target_env = "msvc"))'.dependencies]
68-
jemallocator = "0.3.2"
69-
7067
[dev-dependencies]
7168
# desub-extras = { path = "../desub/extras/", package="desub-extras", features = ["polkadot"] }
7269
polkadot-service = { package = "polkadot-service", git = "https://github.com/paritytech/polkadot", branch = "master" }

archive/src/lib.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,6 @@
1717
// #![allow(warnings)]
1818
#![forbid(unsafe_code)]
1919

20-
#[cfg(not(target_env = "msvc"))]
21-
use jemallocator::Jemalloc;
22-
23-
#[cfg(not(target_env = "msvc"))]
24-
#[global_allocator]
25-
static GLOBAL: Jemalloc = Jemalloc;
26-
2720
mod actors;
2821
pub mod archive;
2922
pub mod backend;

0 commit comments

Comments
 (0)