diff options
author | 2009-07-09 12:55:35 +0000 | |
---|---|---|
committer | 2009-07-09 12:55:35 +0000 | |
commit | 9f573f236247aa22c969b30fe03dd0abd66e9e82 (patch) | |
tree | 2b5ed184f46e6b64b0617d6b20d19eb0bb884502 | |
parent | promote correct style for error checking (diff) | |
download | wireguard-openbsd-9f573f236247aa22c969b30fe03dd0abd66e9e82.tar.xz wireguard-openbsd-9f573f236247aa22c969b30fe03dd0abd66e9e82.zip |
Remove commented variable.
-rw-r--r-- | sys/netmpls/mpls_output.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netmpls/mpls_output.c b/sys/netmpls/mpls_output.c index 8e21cf87466..0116fe50f77 100644 --- a/sys/netmpls/mpls_output.c +++ b/sys/netmpls/mpls_output.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mpls_output.c,v 1.6 2009/04/29 19:26:52 michele Exp $ */ +/* $OpenBSD: mpls_output.c,v 1.7 2009/07/09 12:55:35 michele Exp $ */ /* * Copyright (c) 2008 Claudio Jeker <claudio@openbsd.org> @@ -42,7 +42,6 @@ mpls_output(struct mbuf *m, struct rtentry *rt0) struct shim_hdr *shim; struct rtentry *rt = rt0; struct rt_mpls *rt_mpls; - //u_int32_t ttl; int i; if (!mpls_enable) { |