mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
GC unused variable
This commit is contained in:
parent
ea861c7968
commit
ea5c2064b4
3 changed files with 3 additions and 6 deletions
|
|
@ -27,7 +27,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: if_sr.c,v 1.21 1999/01/18 21:27:03 julian Exp $
|
||||
* $Id: if_sr.c,v 1.22 1999/03/30 13:28:23 phk Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
@ -1250,7 +1250,6 @@ static int
|
|||
srioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
|
||||
{
|
||||
int s, error, was_up, should_be_up;
|
||||
struct sppp *sp = (struct sppp *)ifp;
|
||||
struct sr_softc *sc = ifp->if_softc;
|
||||
|
||||
#if BUGGY > 0
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: if_sr.c,v 1.21 1999/01/18 21:27:03 julian Exp $
|
||||
* $Id: if_sr.c,v 1.22 1999/03/30 13:28:23 phk Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
@ -1250,7 +1250,6 @@ static int
|
|||
srioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
|
||||
{
|
||||
int s, error, was_up, should_be_up;
|
||||
struct sppp *sp = (struct sppp *)ifp;
|
||||
struct sr_softc *sc = ifp->if_softc;
|
||||
|
||||
#if BUGGY > 0
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: if_sr.c,v 1.21 1999/01/18 21:27:03 julian Exp $
|
||||
* $Id: if_sr.c,v 1.22 1999/03/30 13:28:23 phk Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
@ -1250,7 +1250,6 @@ static int
|
|||
srioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
|
||||
{
|
||||
int s, error, was_up, should_be_up;
|
||||
struct sppp *sp = (struct sppp *)ifp;
|
||||
struct sr_softc *sc = ifp->if_softc;
|
||||
|
||||
#if BUGGY > 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue