Get rid of the unused RPL_STATMEM and RPL_STATMEMTOT.
[ircu2.10.12-pk.git] / ircd / s_err.c
index 69aa66f7e43a87d8bb7afadf15a8ceeb1594d8ae..843e2f0ba86749aa7cec2c30ae0d7135c175486f 100644 (file)
@@ -49,13 +49,9 @@ static Numeric replyTable[] = {
 /* 008 */
   { RPL_SNOMASK, "%d :: Server notice mask (%#x)", "008" },
 /* 009 */
-  { RPL_STATMEMTOT, "%u %u :Bytes Blocks", "009" },
+  { 0 },
 /* 010 */
-#ifdef MEMSIZESTATS
-  { RPL_STATMEM, "%u %u %s %u", "010" },
-#else
-  { RPL_STATMEM, "%u %u %s", "010" },
-#endif
+  { 0 },
 /* 011 */
   { 0 },
 /* 012 */