qemu-e2k/slirp
Blue Swirl b0e0486730 slirp: remove dead nested assignment, spotted by clang
Although the value stored to 'r' is used in the enclosing expression,
the value is never actually read from 'r'.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
2010-03-07 13:45:38 +00:00
..
COPYRIGHT
bootp.c slirp: remove dead increments, spotted by clang 2010-03-07 13:45:37 +00:00
bootp.h
cksum.c slirp: remove dead increments, spotted by clang 2010-03-07 13:45:37 +00:00
debug.h
if.c
if.h
ip.h fix networking on win32 host 2009-12-18 23:23:56 +01:00
ip_icmp.c
ip_icmp.h
ip_input.c
ip_output.c
libslirp.h
main.h
mbuf.c
mbuf.h
misc.c don't dereference NULL after failed strdup 2010-02-10 14:00:53 -06:00
misc.h
sbuf.c
sbuf.h
slirp.c slirp: remove dead nested assignment, spotted by clang 2010-03-07 13:45:38 +00:00
slirp.h
slirp_config.h
socket.c slirp: remove dead initialization, spotted by clang 2010-03-07 13:45:38 +00:00
socket.h
tcp.h
tcp_input.c slirp: remove dead assignments, spotted by clang 2010-03-07 13:13:05 +00:00
tcp_output.c
tcp_subr.c slirp: remove dead increments, spotted by clang 2010-03-07 13:45:37 +00:00
tcp_timer.c
tcp_timer.h
tcp_var.h
tcpip.h
tftp.c slirp: remove dead assignments, spotted by clang 2010-03-07 13:13:05 +00:00
tftp.h
udp.c
udp.h