Remove unused variable.

This commit is contained in:
Jilles Tjoelker 2010-03-27 02:06:29 +01:00
parent a75522e6a5
commit 5d2661a149
1 changed files with 0 additions and 1 deletions

View File

@ -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();