Cleanup: removed unused initialVMTop variable from ircd.c and get_maxrss() from restart.c
This commit is contained in:
parent
92bc7b0fd1
commit
6977926571
2 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue