Remove unused variable.
This commit is contained in:
parent
a75522e6a5
commit
5d2661a149
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue