]> git.ipfire.org Git - thirdparty/mtr.git/commit
cleanup: set variable only if it is used
authorSami Kerola <kerolasa@iki.fi>
Sun, 4 Sep 2016 16:20:55 +0000 (17:20 +0100)
committerSami Kerola <kerolasa@iki.fi>
Sun, 4 Sep 2016 20:13:40 +0000 (21:13 +0100)
commitbcd58e1b0b46f1c247041795c9f045e8ca46b9c8
treee67a8f8b77b8343ce4426e9d9e29503516b2abf9
parent90d6f4eb7f4fcbefa3254b95bbccd70c914a8274
cleanup: set variable only if it is used

Variable introduction needs to be same way preprocessor conditional as the
related code.  This is a minor clean up, because modern compilers should
remove these types of variables automatically.
net.c