amdtemp(4): Remove dead code that snuck in with r357190
I intended to remove this before committing, but neglected to.
This commit is contained in:
parent
bb302e707a
commit
cc3b01385b
@ -760,11 +760,6 @@ amdtemp_gettemp17h(device_t dev, amdsensor_t sensor)
|
||||
("sensor %d: not valid", (int)sensor));
|
||||
return (amdtemp_decode_fam10h_to_17h(sc->sc_offset, val, true));
|
||||
default:
|
||||
#if 0
|
||||
KASSERT(false, ("%s: invalid sensor %d", __func__,
|
||||
(int)sensor));
|
||||
return (-1);
|
||||
#endif
|
||||
__unreachable();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user