diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2010-06-23 15:42:08 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2010-06-23 15:42:08 +0000 |
commit | 2b78a9f3dbbed3497009306ab6fa9ab38f665064 (patch) | |
tree | d966b20e1657e94e092ed318b8691150f479efd5 | |
parent | 1ad290572f7b9ca84464758c8d637e887eec92d2 (diff) |
Kill rt_node->invalid it is not used by anything.
-rw-r--r-- | usr.sbin/ldpd/lde.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ldpd/lde.h b/usr.sbin/ldpd/lde.h index aaa15ec4ef8..bb2840263ce 100644 --- a/usr.sbin/ldpd/lde.h +++ b/usr.sbin/ldpd/lde.h @@ -1,4 +1,4 @@ -/* $OpenBSD: lde.h,v 1.11 2010/06/02 11:56:29 claudio Exp $ */ +/* $OpenBSD: lde.h,v 1.12 2010/06/23 15:42:07 claudio Exp $ */ /* * Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org> @@ -88,7 +88,6 @@ struct rt_node { u_int32_t remote_label; u_int16_t lspace; u_int8_t flags; - u_int8_t invalid; u_int8_t present; /* Is it present in fib? */ }; |