mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
remove dead code (inside a DEBUG ifdef)
Submitted by: Coverity Prevent analysis tool
This commit is contained in:
parent
767056c0e8
commit
6d4548de49
1 changed files with 2 additions and 6 deletions
|
|
@ -384,12 +384,8 @@ tdfx_setmtrr(device_t dev) {
|
|||
* If, for some reason, we can't set the MTRR (N/A?) we may still continue
|
||||
*/
|
||||
#ifdef DEBUG
|
||||
if(retval == 0) {
|
||||
device_printf(dev, "MTRR Set Type Uncacheable %x\n",
|
||||
(u_int32_t)tdfx_info->mrdesc.mr_base);
|
||||
} else {
|
||||
device_printf(dev, "Couldn't Set MTRR\n");
|
||||
}
|
||||
device_printf(dev, "MTRR Set Type Uncacheable %x\n",
|
||||
(u_int32_t)tdfx_info->mrdesc.mr_base);
|
||||
#endif
|
||||
}
|
||||
#ifdef DEBUG
|
||||
|
|
|
|||
Loading…
Reference in a new issue