Remove out-of-date debug message and comment.

This commit is contained in:
dyoung 2007-08-30 05:14:32 +00:00
parent f562a76244
commit 7ac92eed2a

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_gre.c,v 1.103 2007/08/30 04:58:25 dyoung Exp $ */ /* $NetBSD: if_gre.c,v 1.104 2007/08/30 05:14:32 dyoung Exp $ */
/* /*
* Copyright (c) 1998 The NetBSD Foundation, Inc. * Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -48,7 +48,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_gre.c,v 1.103 2007/08/30 04:58:25 dyoung Exp $"); __KERNEL_RCSID(0, "$NetBSD: if_gre.c,v 1.104 2007/08/30 05:14:32 dyoung Exp $");
#include "opt_gre.h" #include "opt_gre.h"
#include "opt_inet.h" #include "opt_inet.h"
@ -493,8 +493,6 @@ gre_thread1(struct gre_softc *sc, struct lwp *l)
} }
sc->sc_running = 0; sc->sc_running = 0;
cv_signal(&sc->sc_join_cv); cv_signal(&sc->sc_join_cv);
/* must not touch sc after this! */
GRE_DPRINTF(sc, "%s: restore ipl\n", __func__);
} }
static void static void