Remove unused variable cruft.

This commit is contained in:
Keith Buck 2012-03-25 02:37:41 +00:00
parent ae4ce45f2e
commit 2d537cae88
5 changed files with 1 additions and 16 deletions

View file

@ -83,12 +83,10 @@ static int
do_local_user(struct Client *client_p, struct Client *source_p,
const char *username, const char *realname)
{
struct User *user;
s_assert(NULL != source_p);
s_assert(source_p->username != username);
user = make_user(source_p);
make_user(source_p);
if (!(source_p->flags & FLAGS_SENTUSER))
{