From 78d06cf2bc8ec8b9850802fc9d34afe4d1782c6c Mon Sep 17 00:00:00 2001
From: Martin Mares <mj@ucw.cz>
Date: Sun, 6 Dec 1998 23:11:47 +0000
Subject: Removed protocol-specific data in rte for protocol static since no
 such data ever existed.

---
 nest/route.h | 4 ----
 1 file changed, 4 deletions(-)

(limited to 'nest')

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 */
-- 
cgit v1.2.3