Move check_if_ipmask() from support.* to match.*.
[ircu2.10.12-pk.git] / ircd / s_err.c
index c36cf5212a4b9c4a1e4e4428e03dc3f0bd7fc807..980c282165e0e821b4e11bc0daddb62a5916773c 100644 (file)
@@ -1255,7 +1255,6 @@ char* rpl_str(int n)
 {
   static char numbuff[512];
   Numeric* p;
-  const char *ap;
 
   assert(0 < n);
   assert(n < ERR_LASTERROR);