Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / include / querycmds.h
index 621d888512ecf7eb7678ca063cdef0da5c41bea8..3ebdaa568f570b36b230b7d2d731543cec4c69b9 100644 (file)
@@ -43,9 +43,6 @@ extern struct UserStatistics UserStats;
 /* Macros for remote connections: */
 #define Count_newremoteclient(UserStats, cptr)  (++UserStats.clients, ++(cli_serv(cptr)->clients))
 #define Count_newremoteserver(UserStats)  (++UserStats.servers)
-#if 0
-#define Count_remoteclientquits(UserStats)      (--UserStats.clients)
-#endif
 
 #define Count_remoteclientquits(UserStats,cptr)                \
   do { \