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