From f8e43a0b8f58ea944830e328a31c0eecca1de38e Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Tue, 21 Feb 2012 21:01:19 +0100 Subject: [PATCH] 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. --- include/client.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/client.h b/include/client.h index 12cbb1f7..3856f2f3 100644 --- a/include/client.h +++ b/include/client.h @@ -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;