From: Remco Rijnders Date: Tue, 8 Sep 2015 13:08:02 +0000 (+0200) Subject: CLEANUP: Remove pyr #ifdefs X-Git-Url: http://git.serene-ircd.net/?a=commitdiff_plain;h=4f8cba97124cb13d781ae88a3b4bb7191a1899b2;p=serene-ircd.git CLEANUP: Remove pyr #ifdefs --- diff --git a/include/struct.h b/include/struct.h index 4a68fbc..73a7a2f 100644 --- a/include/struct.h +++ b/include/struct.h @@ -36,9 +36,6 @@ # include # endif #endif -#ifdef pyr -#include -#endif typedef struct SqlineItem aSqlineItem; typedef struct JinxItem aJinxItem; diff --git a/src/send.c b/src/send.c index 8e8af35..bda1065 100644 --- a/src/send.c +++ b/src/send.c @@ -195,10 +195,8 @@ int send_queued (to) char *msg; int len, rlen, more = 0; -#ifndef pyr if (IsBlocked (to)) return -1; /* Can't write to already blocked socket */ -#endif /* pyr */ /* ** Once socket is marked dead, we cannot start writing to it,