diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main.c b/src/main.c index e3786bbd6..cce61a336 100644 --- a/src/main.c +++ b/src/main.c @@ -128,10 +128,6 @@ extern void expire_all(void) expire_szlines(); } expire_exceptions(); -#ifdef USE_THREADS - if (ProxyDetect) - proxy_expire(); -#endif send_event(EVENT_DB_EXPIRE, EVENT_STOP); } |