From ebae0e200e23a710418700daff84d3545a70609c Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Wed, 3 Mar 2010 23:36:28 +0100 Subject: [PATCH] ConfItem.next is not used, remove it. --- include/s_conf.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/s_conf.h b/include/s_conf.h index a5ff080..5c27d87 100644 --- a/include/s_conf.h +++ b/include/s_conf.h @@ -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 */