diff options
Diffstat (limited to 'exes/webhook')
| -rw-r--r-- | exes/webhook/Cargo.toml | 3 | ||||
| -rw-r--r-- | exes/webhook/src/main.rs | 7 |
2 files changed, 0 insertions, 10 deletions
diff --git a/exes/webhook/Cargo.toml b/exes/webhook/Cargo.toml index 7b4a185..0078a70 100644 --- a/exes/webhook/Cargo.toml +++ b/exes/webhook/Cargo.toml @@ -19,6 +19,3 @@ ed25519-dalek = "1" twilight-model = { version = "0.14" } async-nats = "0.26.0" - -[target.'cfg(not(target_os = "windows"))'.dependencies] -tikv-jemallocator = "0.5"
\ No newline at end of file diff --git a/exes/webhook/src/main.rs b/exes/webhook/src/main.rs index bbacda7..f531725 100644 --- a/exes/webhook/src/main.rs +++ b/exes/webhook/src/main.rs @@ -1,11 +1,4 @@ use leash::ignite; use webhook::WebhookServer; -#[cfg(not(target_os = "windows"))] -use tikv_jemallocator::Jemalloc; - -#[cfg(not(target_os = "windows"))] -#[global_allocator] -static GLOBAL: Jemalloc = Jemalloc; - ignite!(WebhookServer); |
