diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-05-26 11:44:16 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-05-26 11:44:16 +0000 |
commit | a266128c3b1c155a3ef0f8679dcb01669bcd9946 (patch) | |
tree | 82236b36461eb66d0ab2418d3fc4a9a552cf76d2 /include | |
parent | 2db645597aea28ea064819f25f460c4c7b0cb5e6 (diff) |
- Got rid of CONF_CLASS enum type
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2117 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'include')
-rw-r--r-- | include/conf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/conf.h b/include/conf.h index 81bb497..fe1cf88 100644 --- a/include/conf.h +++ b/include/conf.h @@ -124,7 +124,6 @@ enum maskitem_type CONF_SERVICE = 1 << 12, CONF_OPER = 1 << 13, CONF_HUB = 1 << 14, /* XXX There are no separate hub/leaf configs anymore. This is just for /stats h */ - CONF_CLASS = 1 << 15 /* XXX Same here; just for /stats Y|y */ }; struct conf_parser_context |