X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/d3455e2c7e2f9040e1b7628d9cf52b26a24dcefc..d25c6eb1b223d1a0993dde9a28c97ef95e54bceb:/src/restart.c?ds=sidebyside diff --git a/src/restart.c b/src/restart.c index 7dc5cf0..a44cf08 100644 --- a/src/restart.c +++ b/src/restart.c @@ -36,8 +36,6 @@ /* external var */ extern char **myargv; -extern int maxconnections; /* XXX */ - void restart(const char *mesg) { @@ -47,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();