summaryrefslogtreecommitdiff
path: root/include/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/client.h')
-rw-r--r--include/client.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/client.h b/include/client.h
index 9fce88c..ad9c69b 100644
--- a/include/client.h
+++ b/include/client.h
@@ -121,7 +121,7 @@ struct MaskItem;
#define FLAGS_FLOODDONE 0x00008000 /**< Flood grace period has been ended. */
#define FLAGS_EOB 0x00010000 /**< server has sent us an EOB */
#define FLAGS_HIDDEN 0x00020000 /**< a hidden server. not shown in /links */
-#define FLAGS_BLOCKED 0x00040000 /**< must wait for COMM_SELECT_WRITE */
+#define FLAGS_UNUSED___ 0x00040000 /**< */
#define FLAGS_USERHOST 0x00080000 /**< client is in userhost hash */
#define FLAGS_BURSTED 0x00100000 /**< user was already bursted */
#define FLAGS_EXEMPTRESV 0x00200000 /**< client is exempt from RESV */
@@ -275,10 +275,6 @@ struct MaskItem;
#define IsHidden(x) ((x)->flags & FLAGS_HIDDEN)
#define SetHidden(x) ((x)->flags |= FLAGS_HIDDEN)
-#define IsSendqBlocked(x) ((x)->flags & FLAGS_BLOCKED)
-#define SetSendqBlocked(x) ((x)->flags |= FLAGS_BLOCKED)
-#define ClearSendqBlocked(x) ((x)->flags &= ~FLAGS_BLOCKED)
-
/*! \brief addr_mask_type enumeration */
enum addr_mask_type