Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/net Remove unused variable so the file compiles again.



details:   https://anonhg.NetBSD.org/src/rev/006640ac853d
branches:  trunk
changeset: 537029:006640ac853d
user:      augustss <augustss%NetBSD.org@localhost>
date:      Wed Sep 25 23:24:37 2002 +0000

description:
Remove unused variable so the file compiles again.

diffstat:

 sys/net/if_ppp.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 703534ce154a -r 006640ac853d sys/net/if_ppp.c
--- a/sys/net/if_ppp.c  Wed Sep 25 23:07:38 2002 +0000
+++ b/sys/net/if_ppp.c  Wed Sep 25 23:24:37 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_ppp.c,v 1.79 2002/09/25 16:10:15 darrenr Exp $      */
+/*     $NetBSD: if_ppp.c,v 1.80 2002/09/25 23:24:37 augustss Exp $     */
 /*     Id: if_ppp.c,v 1.6 1997/03/04 03:33:00 paulus Exp       */
 
 /*
@@ -102,7 +102,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_ppp.c,v 1.79 2002/09/25 16:10:15 darrenr Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_ppp.c,v 1.80 2002/09/25 23:24:37 augustss Exp $");
 
 #include "ppp.h"
 
@@ -778,7 +778,6 @@
     struct ifqueue *ifq;
     enum NPmode mode;
     int len;
-    struct mbuf *m;
     ALTQ_DECL(struct altq_pktattr pktattr;)
 
     if (sc->sc_devp == NULL || (ifp->if_flags & IFF_RUNNING) == 0



Home | Main Index | Thread Index | Old Index