Delete local variables that are set but never read.
authorMichael Poole <mdpoole@troilus.org>
Tue, 24 Jan 2012 02:06:56 +0000 (21:06 -0500)
committerMichael Poole <mdpoole@troilus.org>
Tue, 24 Jan 2012 02:06:56 +0000 (21:06 -0500)
commit246a65025b51a3c5fb6900b2af4cbf22793d1416
tree3a1d82b38004324b48bdc1d0f8cdb8e3debdf08f
parent27bbf399c2c4e7e5f3ae281a786b95cb9b1aa678
Delete local variables that are set but never read.

gcc 4.6 complains about these with -Wall.
ChangeLog
ircd/ircd_res.c
ircd/m_nick.c
ircd/m_ping.c
ircd/m_whois.c
ircd/parse.c
ircd/s_conf.c
ircd/s_stats.c