diff options
author | Michele Marchetto <michele@cvs.openbsd.org> | 2009-07-09 12:55:36 +0000 |
---|---|---|
committer | Michele Marchetto <michele@cvs.openbsd.org> | 2009-07-09 12:55:36 +0000 |
commit | 1ce83f33480517fc52445076b9601ec0162c9957 (patch) | |
tree | 8460aab56693c676fa7c481d58aca07cfa5b26c4 /sys | |
parent | 338f5475bae32b467b0b1126358bfa42c23f3f2c (diff) |
Remove commented variable.
Diffstat (limited to 'sys')
-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) { |