summaryrefslogtreecommitdiffstats
path: root/nest
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1998-12-07 00:11:47 +0100
committerMartin Mares <mj@ucw.cz>1998-12-07 00:11:47 +0100
commit78d06cf2bc8ec8b9850802fc9d34afe4d1782c6c (patch)
treeed5ab5673809165656ac427debb746b2762acf19 /nest
parent436965d25e840ef5f9614ed55181f5bf8c765d3b (diff)
downloadbird-78d06cf2bc8ec8b9850802fc9d34afe4d1782c6c.tar
bird-78d06cf2bc8ec8b9850802fc9d34afe4d1782c6c.zip
Removed protocol-specific data in rte for protocol static since no
such data ever existed.
Diffstat (limited to 'nest')
-rw-r--r--nest/route.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/nest/route.h b/nest/route.h
index 3329303..ad06275 100644
--- a/nest/route.h
+++ b/nest/route.h
@@ -92,10 +92,6 @@ typedef struct rte {
word pref; /* Route preference */
bird_clock_t lastmod; /* Last modified */
union { /* Protocol-dependent data (metrics etc.) */
-#ifdef CONFIG_STATIC
- struct {
- } stat;
-#endif
#ifdef CONFIG_RIP
struct {
node garbage; /* List for garbage collection */