diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-05-26 11:50:04 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-05-26 11:50:04 +0000 |
commit | f21b47b2c704205f8e9a1ae06076a846f7707738 (patch) | |
tree | da5ff092314c27721a22073b55c8c04ecb92a7ce /include | |
parent | a266128c3b1c155a3ef0f8679dcb01669bcd9946 (diff) |
- Got rid of CONF_HUB enum type
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2119 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 fe1cf88..81cfb30 100644 --- a/include/conf.h +++ b/include/conf.h @@ -123,7 +123,6 @@ enum maskitem_type CONF_NRESV = 1 << 11, 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 */ }; struct conf_parser_context |