Remove unused variable.

This commit is contained in:
Jilles Tjoelker 2010-03-27 02:06:29 +01:00
parent f89191ace9
commit a812a239c8

View file

@ -283,7 +283,6 @@ valid_xline(struct Client *source_p, const char *gecos, const char *reason)
void void
apply_xline(struct Client *source_p, const char *name, const char *reason, int temp_time, int propagated) apply_xline(struct Client *source_p, const char *name, const char *reason, int temp_time, int propagated)
{ {
rb_dlink_node *ptr;
struct ConfItem *aconf; struct ConfItem *aconf;
aconf = make_conf(); aconf = make_conf();