]> jfr.im git - irc/freenode/ircd-seven.git/commitdiff
Remove unused variable.
authorJilles Tjoelker <redacted>
Sat, 27 Mar 2010 01:06:29 +0000 (02:06 +0100)
committerJilles Tjoelker <redacted>
Sat, 27 Mar 2010 01:06:29 +0000 (02:06 +0100)
modules/m_xline.c

index 566a36928f15db4a5c3010bf6a2d129ca81f6b7b..315a686f3d6fb39737e80ed56a3160ce8fd233be 100644 (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();