From f391d6cad62d8c8f61ba7748ec7ea53967596e57 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Remco=20R=C4=B3nders?= Date: Mon, 26 Jan 2026 22:11:02 +0000 Subject: [PATCH] CLEANUP: remove pyr conditional --- include/struct.h | 3 --- src/bsd.c | 3 --- 2 files changed, 6 deletions(-) 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 -- 2.30.2