From: Remco Rijnders Date: Mon, 26 Jan 2026 22:11:02 +0000 (+0000) Subject: CLEANUP: remove pyr conditional X-Git-Url: http://git.serene-ircd.net/?a=commitdiff_plain;h=f391d6cad62d8c8f61ba7748ec7ea53967596e57;p=serene-ircd.git CLEANUP: remove pyr conditional --- diff --git a/include/struct.h b/include/struct.h index 0088ea7..722a907 100644 --- a/include/struct.h +++ b/include/struct.h @@ -670,9 +670,6 @@ struct Client { u_short notifies; /* Keep track of count of notifies */ Link *notify; /* Links to clients notify-structures */ LOpts *lopt; /* Saved /list options */ -#ifdef pyr - struct timeval lw; -#endif char sockhost[HOSTLEN+1]; /* This is the host name from the socket ** and after which the connection was ** accepted. diff --git a/src/bsd.c b/src/bsd.c index 3c2069a..1991648 100644 --- a/src/bsd.c +++ b/src/bsd.c @@ -123,9 +123,6 @@ int deliver_it (cptr, str, len) SetBlocked (cptr); } else if (retval > 0) { -#ifdef pyr - (void) gettimeofday (&cptr->lw, NULL); -#endif ClearBlocked (cptr); } #ifdef DEBUGMODE