mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
fxp: plug set-but-not-used vars
Sponsored by: Rubicon Communications, LLC ("Netgate")
This commit is contained in:
parent
793c74e415
commit
a521105980
1 changed files with 0 additions and 2 deletions
|
|
@ -1408,7 +1408,6 @@ fxp_start_body(if_t ifp)
|
|||
static int
|
||||
fxp_encap(struct fxp_softc *sc, struct mbuf **m_head)
|
||||
{
|
||||
if_t ifp;
|
||||
struct mbuf *m;
|
||||
struct fxp_tx *txp;
|
||||
struct fxp_cb_tx *cbp;
|
||||
|
|
@ -1417,7 +1416,6 @@ fxp_encap(struct fxp_softc *sc, struct mbuf **m_head)
|
|||
int error, i, nseg, tcp_payload;
|
||||
|
||||
FXP_LOCK_ASSERT(sc, MA_OWNED);
|
||||
ifp = sc->ifp;
|
||||
|
||||
tcp_payload = 0;
|
||||
tcp = NULL;
|
||||
|
|
|
|||
Loading…
Reference in a new issue