]> jfr.im git - irc/blitzed-org/charybdis.git/commitdiff
Remove dummies, given that ratelimit already broke the ABI once.
authorJilles Tjoelker <redacted>
Tue, 21 Feb 2012 20:01:19 +0000 (21:01 +0100)
committerJilles Tjoelker <redacted>
Tue, 21 Feb 2012 20:02:20 +0000 (21:02 +0100)
As with ratelimit, ircd/modules before and after this commit
are incompatible, but not detected as such.

include/client.h

index 12cbb1f7ae4d315637abf9c2d887bb7a003cb4b4..3856f2f3aad9fa578f69e952b13b1790d1d7e8dc 100644 (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;