mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
cxgbe(4): there is no need to force an "unimplemented" panic needlessly.
The calls to free_nm_txq and free_nm_rxq are made just a few lines prior to the panic.
This commit is contained in:
parent
ab5074bd87
commit
c5bb375553
1 changed files with 0 additions and 3 deletions
|
|
@ -1249,9 +1249,6 @@ t4_teardown_port_queues(struct port_info *pi)
|
|||
free_ofld_rxq(pi, ofld_rxq);
|
||||
}
|
||||
#endif
|
||||
#ifdef DEV_NETMAP
|
||||
CXGBE_UNIMPLEMENTED(__func__);
|
||||
#endif
|
||||
|
||||
return (0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue