summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 */