From e0c7bc79c4d9495a47b429a921a24da7e417efbb Mon Sep 17 00:00:00 2001 From: Gleb Smirnoff Date: Mon, 18 Apr 2011 14:07:01 +0000 Subject: [PATCH] Finish last change. Pointy hat to: glebius --- sys/netgraph/ng_sppp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/netgraph/ng_sppp.c b/sys/netgraph/ng_sppp.c index b963ba9ee268..ad9614658f76 100644 --- a/sys/netgraph/ng_sppp.c +++ b/sys/netgraph/ng_sppp.c @@ -242,7 +242,6 @@ ng_sppp_constructor (node_p node) struct sppp *pp; struct ifnet *ifp; priv_p priv; - int error = 0; /* Allocate node and interface private structures */ priv = malloc(sizeof(*priv), M_NETGRAPH_SPPP, M_WAITOK | M_ZERO);