diff options
Diffstat (limited to 'exes/gateway/src/main.rs')
| -rw-r--r-- | exes/gateway/src/main.rs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/exes/gateway/src/main.rs b/exes/gateway/src/main.rs index 900171c..f1b0298 100644 --- a/exes/gateway/src/main.rs +++ b/exes/gateway/src/main.rs @@ -1,11 +1,4 @@ use gateway::GatewayServer; use leash::ignite; -#[cfg(not(target_os = "windows"))] -use tikv_jemallocator::Jemalloc; - -#[cfg(not(target_os = "windows"))] -#[global_allocator] -static GLOBAL: Jemalloc = Jemalloc; - ignite!(GatewayServer); |
