From 4f8cba97124cb13d781ae88a3b4bb7191a1899b2 Mon Sep 17 00:00:00 2001 From: Remco Rijnders Date: Tue, 8 Sep 2015 15:08:02 +0200 Subject: [PATCH] CLEANUP: Remove pyr #ifdefs --- include/struct.h | 3 --- src/send.c | 2 -- 2 files changed, 5 deletions(-) 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, -- 2.30.2