mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Remove unused ifaddr and ifreq local variables.
MFC after: 3 days
This commit is contained in:
parent
47a7b0fa21
commit
6d0147064d
1 changed files with 0 additions and 4 deletions
|
|
@ -861,14 +861,10 @@ cm_ioctl(ifp, command, data)
|
|||
caddr_t data;
|
||||
{
|
||||
struct cm_softc *sc;
|
||||
struct ifaddr *ifa;
|
||||
struct ifreq *ifr;
|
||||
int error;
|
||||
|
||||
error = 0;
|
||||
sc = ifp->if_softc;
|
||||
ifa = (struct ifaddr *)data;
|
||||
ifr = (struct ifreq *)data;
|
||||
|
||||
#if defined(CM_DEBUG) && (CM_DEBUG > 2)
|
||||
if_printf(ifp, "ioctl() called, cmd = 0x%lx\n", command);
|
||||
|
|
|
|||
Loading…
Reference in a new issue