diff options
Diffstat (limited to 'nest')
-rw-r--r-- | nest/route.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nest/route.h b/nest/route.h index 72b84e5..e372e16 100644 --- a/nest/route.h +++ b/nest/route.h @@ -157,7 +157,6 @@ typedef struct rte { node garbage; /* List for garbage collection */ byte metric; /* RIP metric */ u16 tag; /* External route tag */ - bird_clock_t lastmodX; /* Strange kind of last modification time */ struct rip_entry *entry; } rip; #endif |