tcp: Remove unused but set variable
authorTobias Klauser <tklauser@distanz.ch>
Tue, 18 Oct 2016 09:22:54 +0000 (11:22 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 18 Oct 2016 14:34:27 +0000 (10:34 -0400)
commit7ab488951aa536d52feb3690d204a693edf4f433
treef613aeee5cd85d15ee5f675c00cc5d8c2c053159
parenta56177e18f2e44499a8bf5bc03dbe896dbec657d
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>
net/ipv4/tcp_ipv4.c