Remove some dead code.

found using llvm static analyzer
This commit is contained in:
Jilles Tjoelker 2008-08-29 02:53:52 +02:00
parent ab2b9e23cc
commit d7dc7ae6c1
4 changed files with 1 additions and 17 deletions

View file

@ -916,7 +916,6 @@ handle_special(int p_or_n, const char *command, struct Client *client_p,
struct Client *target_p;
char *server;
char *s;
int count;
/* user[%host]@server addressed?
* NOTE: users can send to user@server, but not user%host@server
@ -931,8 +930,6 @@ handle_special(int p_or_n, const char *command, struct Client *client_p,
return;
}
count = 0;
if(!IsOper(source_p))
{
if(strchr(nick, '%') || (strncmp(nick, "opers", 5) == 0))