From ce2c092b49f260849c2c38eb3b2ff18f5b6139f5 Mon Sep 17 00:00:00 2001 From: Aaron Jones Date: Wed, 1 Jun 2016 20:00:48 +0000 Subject: [PATCH] chmode: remove unreachable break statement --- ircd/chmode.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ircd/chmode.c b/ircd/chmode.c index 9f2cc88b..d60dfddf 100644 --- a/ircd/chmode.c +++ b/ircd/chmode.c @@ -822,7 +822,6 @@ chm_ban(struct Client *source_p, struct Channel *chptr, default: sendto_realops_snomask(SNO_GENERAL, L_ALL, "chm_ban() called with unknown type!"); return; - break; } if(dir == 0 || parc <= *parn)