summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormichele <michele@openbsd.org>2009-07-09 12:55:35 +0000
committermichele <michele@openbsd.org>2009-07-09 12:55:35 +0000
commit9f573f236247aa22c969b30fe03dd0abd66e9e82 (patch)
tree2b5ed184f46e6b64b0617d6b20d19eb0bb884502
parentpromote correct style for error checking (diff)
downloadwireguard-openbsd-9f573f236247aa22c969b30fe03dd0abd66e9e82.tar.xz
wireguard-openbsd-9f573f236247aa22c969b30fe03dd0abd66e9e82.zip
Remove commented variable.
-rw-r--r--sys/netmpls/mpls_output.c3
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) {