src/chmode.c: misc cleanup for compiler warning
chmode.c:782:3: warning: 'break' will never be executed [-Wunreachable-code-break]
This commit is contained in:
parent
ef14b780b4
commit
9c7e29bf66
1 changed files with 0 additions and 1 deletions
|
@ -779,7 +779,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)
|
||||
|
|
Loading…
Reference in a new issue