diff options
author | Martin Mares <mj@ucw.cz> | 1998-12-07 00:11:47 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1998-12-07 00:11:47 +0100 |
commit | 78d06cf2bc8ec8b9850802fc9d34afe4d1782c6c (patch) | |
tree | ed5ab5673809165656ac427debb746b2762acf19 /nest | |
parent | 436965d25e840ef5f9614ed55181f5bf8c765d3b (diff) | |
download | bird-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.h | 4 |
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 */ |