CONTRIB: tcploop: remove unused local variables in tcp_pause()
authorWilly Tarreau <w@1wt.eu>
Thu, 22 Oct 2020 03:12:04 +0000 (05:12 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 22 Oct 2020 03:17:08 +0000 (05:17 +0200)
commit9018ca9655ef6f48bbd23f472976ad0d336969ae
tree3e9bc08e48758ee36710f82d43ef6de823aacbfa
parentef71f0194cfdaa9c201bece65e8c1ab3d16ed8a0
CONTRIB: tcploop: remove unused local variables in tcp_pause()

Building with -Wall shows that "pollfd" and "ret" are not used. Silly
copy-paste...
contrib/tcploop/tcploop.c