From: Martin Mares Date: Sun, 6 Dec 1998 23:11:47 +0000 (+0000) Subject: Removed protocol-specific data in rte for protocol static since no X-Git-Tag: v1.2.0~1772 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78d06cf2bc8ec8b9850802fc9d34afe4d1782c6c;p=thirdparty%2Fbird.git Removed protocol-specific data in rte for protocol static since no such data ever existed. --- diff --git a/nest/route.h b/nest/route.h index 332930304..ad0627514 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 */