ConfItem.next is not used, remove it.
This commit is contained in:
parent
9fca38c815
commit
c2e7ab8c1e
1 changed files with 0 additions and 1 deletions
|
@ -56,7 +56,6 @@ extern char conf_line_in[256];
|
|||
|
||||
struct ConfItem
|
||||
{
|
||||
struct ConfItem *next; /* list node pointer */
|
||||
unsigned int status; /* If CONF_ILLEGAL, delete when no clients */
|
||||
unsigned int flags;
|
||||
int clients; /* Number of *LOCAL* clients using this */
|
||||
|
|
Loading…
Reference in a new issue