diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-04-21 18:48:01 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-04-21 18:48:01 +0000 |
commit | 5a6db6dfb7a62e99f02b8faf79ba08e3e30b086d (patch) | |
tree | 224b3695f2b2fb965d4bdf8a8f08e56f79b0f428 /include | |
parent | a99e9d68043684eb88a8165d9bc98fc506aadb37 (diff) |
- conf.h: removed MaskItem::hnext member
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1843 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 5a8c28b..2c8d816 100644 --- a/include/conf.h +++ b/include/conf.h @@ -152,7 +152,6 @@ struct split_nuh_item struct MaskItem { - struct MaskItem *hnext; dlink_node node; dlink_list leaf_list; dlink_list hub_list; |