summaryrefslogtreecommitdiff
path: root/zebra/rib.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-09-03 17:59:14 -0400
committerGitHub <noreply@github.com>2017-09-03 17:59:14 -0400
commit650e74d71a2faa6536de4d3043aebe306ee3db1d (patch)
treeef920bad56027acd8e6a0cfe2b88123694e6e1e4 /zebra/rib.h
parentd8ed14299c2dc24245c7251c53d6b12335da3a4b (diff)
parent5f20552d51647a7ab672b9e7dbdf7de757c9fb29 (diff)
Merge pull request #1090 from opensourcerouting/rib_issues
RIB issues
Diffstat (limited to 'zebra/rib.h')
-rw-r--r--zebra/rib.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/zebra/rib.h b/zebra/rib.h
index 9b1ce23b08..4cc69377d8 100644
--- a/zebra/rib.h
+++ b/zebra/rib.h
@@ -45,9 +45,6 @@ struct route_entry {
/* Nexthop structure */
struct nexthop *nexthop;
- /* Refrence count. */
- unsigned long refcnt;
-
/* Tag */
route_tag_t tag;