msgbuf: remove unused field parselen

This commit is contained in:
Simon Arlott 2017-07-26 12:10:17 +01:00
parent fb81421fc7
commit e9f0d740e3
No known key found for this signature in database
GPG key ID: C8975F2043CA5D24
2 changed files with 0 additions and 3 deletions

View file

@ -144,8 +144,6 @@ parse(struct Client *client_p, char *pbuffer, char *bufend)
ServerStats.is_unco++;
return;
}
mptr->bytes += msgbuf.parselen;
}
if(mptr == NULL)