commit | 7ab488951aa536d52feb3690d204a693edf4f433 | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Tue Oct 18 11:22:54 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Oct 18 10:34:27 2016 -0400 |
tree | f613aeee5cd85d15ee5f675c00cc5d8c2c053159 | |
parent | a56177e18f2e44499a8bf5bc03dbe896dbec657d [diff] |
tcp: Remove unused but set variable Remove the unused but set variable icsk in listening_get_next to fix the following GCC warning when building with 'W=1': net/ipv4/tcp_ipv4.c: In function ‘listening_get_next’: net/ipv4/tcp_ipv4.c:1890:31: warning: variable ‘icsk’ set but not used [-Wunused-but-set-variable] Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Signed-off-by: David S. Miller <davem@davemloft.net>