diff options
Diffstat (limited to 'include/conf.h')
-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 |