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:
Navdeep Parhar 2015-02-20 22:57:54 +00:00
parent ab5074bd87
commit c5bb375553

View File

@ -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);
}