mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
eepro100: Remove unused code
Signed-off-by: Stefan Weil <weil@mail.berlios.de> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
aac443e66d
commit
fd9ae2ec06
1 changed files with 0 additions and 4 deletions
|
@ -516,10 +516,6 @@ static void nic_reset(void *opaque)
|
||||||
{
|
{
|
||||||
EEPRO100State *s = opaque;
|
EEPRO100State *s = opaque;
|
||||||
TRACE(OTHER, logout("%p\n", s));
|
TRACE(OTHER, logout("%p\n", s));
|
||||||
static int first;
|
|
||||||
if (!first) {
|
|
||||||
first = 1;
|
|
||||||
}
|
|
||||||
nic_selective_reset(s);
|
nic_selective_reset(s);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue