From 4d938eac7d93a0ab29fd6dc0f624a8f46d2e963d Mon Sep 17 00:00:00 2001 From: Valery Yatsko Date: Sun, 27 Jul 2008 16:18:50 +0400 Subject: [PATCH] Cleanup: removed unused initialVMTop variable from ircd.c and get_maxrss() from restart.c --- src/ircd.c | 1 - src/restart.c | 3 --- 2 files changed, 4 deletions(-) diff --git a/src/ircd.c b/src/ircd.c index a3b5f82..3ddc79e 100644 --- a/src/ircd.c +++ b/src/ircd.c @@ -103,7 +103,6 @@ int split_users; int split_servers; int eob_count; -unsigned long initialVMTop = 0; /* top of virtual memory at init */ const char *logFileName = LPATH; const char *pidFileName = PPATH; diff --git a/src/restart.c b/src/restart.c index ada978c..a44cf08 100644 --- a/src/restart.c +++ b/src/restart.c @@ -45,9 +45,6 @@ restart(const char *mesg) abort(); was_here = YES; -#if 0 - ilog(L_MAIN, "Restarting Server because: %s, memory data limit: %ld", mesg, get_maxrss()); -#endif ilog(L_MAIN, "Restarting Server because: %s", mesg); server_reboot();