]> jfr.im git - irc/quakenet/newserv.git/blobdiff - authext/authext.h
CHANSERV: better batcher error handling for expired accounts/accounts with no email.
[irc/quakenet/newserv.git] / authext / authext.h
index 4a78c2f0f4d5bc10aee4f80c561208e215cbaadb..81e58616cf749c6d74865cc03c773d56ed6c0593 100644 (file)
@@ -3,15 +3,11 @@
 
 #include "../irc/irc_config.h"
 #include "../lib/flags.h"
-#include "../lib/ccassert.h"
 
 #include <sys/types.h>
 
 #define MAXAUTHNAMEEXTS 5
 
-/* checking to see that u_int64_t == unsigned long long for strtoull */
-CCASSERT(sizeof(unsigned long long) == sizeof(u_int64_t))
-
 struct nick;
 
 typedef struct authname {