diff options
author | Martin Mares <mj@ucw.cz> | 1998-12-06 23:11:47 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1998-12-06 23:11:47 +0000 |
commit | 78d06cf2bc8ec8b9850802fc9d34afe4d1782c6c (patch) | |
tree | ed5ab5673809165656ac427debb746b2762acf19 | |
parent | 436965d25e840ef5f9614ed55181f5bf8c765d3b (diff) |
Removed protocol-specific data in rte for protocol static since no
such data ever existed.
-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 33293030..ad062751 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 */ |