Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / include / msgq.h
index b7b5535dd5e93ab05d8a193fc75e590500f33bcd..cde01bb227c57a1bb2b9aae551128204f43a5b87 100644 (file)
@@ -37,17 +37,6 @@ struct iovec;
 struct Client;
 struct StatDesc;
 
-struct MsgCounts {
-  int alloc;
-  int used;
-};
-
-/*
- * These should be considered read-only
- */
-extern struct MsgCounts msgBufCounts;  /* resource count for struct MsgBuf */
-extern struct MsgCounts msgCounts;     /* resource count for struct Msg */
-
 struct Msg;
 struct MsgBuf;