Remove rb_checktimeouts event init from ircd.c - it's inside libratbox now

This commit is contained in:
Valery Yatsko 2008-04-20 08:14:22 +04:00
parent 2fcbf2c078
commit f20a07457b

View file

@ -720,9 +720,6 @@ main(int argc, char *argv[])
rb_event_addish("try_connections", try_connections, NULL, STARTUP_CONNECTIONS_TIME);
rb_event_addonce("try_connections_startup", try_connections, NULL, 0);
/* Setup the timeout check. I'll shift it later :) -- adrian */
rb_event_addish("rb_checktimeouts", rb_checktimeouts, NULL, 1);
rb_event_add("check_rehash", check_rehash, NULL, 1);
if(splitmode)