CLEANUP: remove pyr conditional
authorRemco Rijnders <remmy@serenity-irc.net>
Mon, 26 Jan 2026 22:11:02 +0000 (22:11 +0000)
committerRemco Rijnders <remmy@serenity-irc.net>
Mon, 26 Jan 2026 22:11:02 +0000 (22:11 +0000)
include/struct.h
src/bsd.c

index 0088ea73e8fe175493071f7629cee01b33b103cb..722a907e4bb620767a9406f1508c8e89c0d299fe 100644 (file)
@@ -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.
index 3c2069a979925b041d87f9b7ea7977d60555ae2b..199164883239c2580e7df8050b109686bd005b87 100644 (file)
--- 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