pcnet: remove dead nested assignment, spotted by clang
commit884a0c7677cf8431d2a632673914994c2e01673d
authorBlue Swirl <blauwirbel@gmail.com>
Wed, 13 Jan 2010 18:59:54 +0000 (13 18:59 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Wed, 13 Jan 2010 18:59:54 +0000 (13 18:59 +0000)
tree5c0da8202338f7980f58a2cc80a7701b5fe44fe9
parentf7e683b8c3d15271cbc260e6cae0d5186b6db1d2
pcnet: remove dead nested assignment, spotted by clang

Although the value stored to 'addr' is used in the enclosing expression,
the value is never actually read from 'addr'.

Probably a typo.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
hw/pcnet.c