Skip to content

Commit

Permalink
remove jemalloc
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx committed Jun 24, 2020
1 parent 36dd47d commit a3ad460
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 38 deletions.
28 changes: 0 additions & 28 deletions Cargo.lock

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

3 changes: 0 additions & 3 deletions archive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ frame-system = { git = "https://github.com/paritytech/substrate", branch = "mast
sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master", package = "sp-trie" }
sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master", package = "sp-state-machine" }

[target.'cfg(not(target_env = "msvc"))'.dependencies]
jemallocator = "0.3.2"

[dev-dependencies]
# desub-extras = { path = "../desub/extras/", package="desub-extras", features = ["polkadot"] }
polkadot-service = { package = "polkadot-service", git = "https://github.com/paritytech/polkadot", branch = "master" }
Expand Down
7 changes: 0 additions & 7 deletions archive/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@
// #![allow(warnings)]
#![forbid(unsafe_code)]

#[cfg(not(target_env = "msvc"))]
use jemallocator::Jemalloc;

#[cfg(not(target_env = "msvc"))]
#[global_allocator]
static GLOBAL: Jemalloc = Jemalloc;

mod actors;
pub mod archive;
pub mod backend;
Expand Down

0 comments on commit a3ad460

Please sign in to comment.