Remove dummies, given that ratelimit already broke the ABI once.

As with ratelimit, ircd/modules before and after this commit
are incompatible, but not detected as such.
This commit is contained in:
Jilles Tjoelker 2012-02-21 21:01:19 +01:00
parent 63a0ed0604
commit f8e43a0b8f

View file

@ -252,8 +252,6 @@ struct LocalUser
* to avoid flooding.
* -- adrian
*/
int dummy1;
int dummy0;
int sent_parsed; /* how many messages we've parsed in this second */
time_t last_knock; /* time of last knock */
unsigned long random_ping;