From 5d2661a14983622ed7a8e9cc7ef8c55a3d0879ad Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Sat, 27 Mar 2010 02:06:29 +0100 Subject: [PATCH] Remove unused variable. --- modules/m_xline.c | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/m_xline.c b/modules/m_xline.c index 566a369..315a686 100644 --- a/modules/m_xline.c +++ b/modules/m_xline.c @@ -283,7 +283,6 @@ valid_xline(struct Client *source_p, const char *gecos, const char *reason) void apply_xline(struct Client *source_p, const char *name, const char *reason, int temp_time, int propagated) { - rb_dlink_node *ptr; struct ConfItem *aconf; aconf = make_conf();