Remove unused variable cruft.
This commit is contained in:
parent
ae4ce45f2e
commit
2d537cae88
5 changed files with 1 additions and 16 deletions
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue