Skip to content

Commit 33126f4

Browse files
committed
Public Technology Preview v0.1
1 parent 16d9474 commit 33126f4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/lib.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ pub mod steps;
1919
#[cfg(any(test, feature = "test-utils"))]
2020
pub mod test_utils;
2121

22-
#[cfg(all(feature = "jemalloc", unix))]
23-
#[global_allocator]
24-
static GLOBAL: tikv_jemallocator::Jemalloc = tikv_jemallocator::Jemalloc;
25-
2622
// Reexport reth version that is used by rblib as a convenience for downstream
2723
// users. Those exports should be enough to get started with a simple node.
2824
pub mod reth {

0 commit comments

Comments
 (0)