Remove unused variable.
This commit is contained in:
parent
f89191ace9
commit
a812a239c8
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue