pcnet: remove dead nested assignment, spotted by clang
authorBlue Swirl <blauwirbel@gmail.com>
Wed, 13 Jan 2010 18:59:54 +0000 (18:59 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Wed, 13 Jan 2010 18:59:54 +0000 (18:59 +0000)
commit38e9c7ab013c4b81a0221768032c868f25fb2dee
tree5c0da8202338f7980f58a2cc80a7701b5fe44fe9
parent78b353236e28c44fc45fce0a76ddb8a6fbdaafa1
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