From 5aa7c6b981ccff79420c6a0fba9992a2c544e3c0 Mon Sep 17 00:00:00 2001 From: Katerina Kubecova Date: Mon, 8 Jul 2024 14:05:41 +0200 Subject: [PATCH] in progress before rebase --- nest/route.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/nest/route.h b/nest/route.h index 3321ab50..74f2d84a 100644 --- a/nest/route.h +++ b/nest/route.h @@ -883,11 +883,6 @@ struct hostentry_adata { u32 labels[0]; }; -struct rtable_adata { - adata ad; - struct rtable *table; -}; - #define HOSTENTRY_LABEL_COUNT(head) (head->ad.length + sizeof(struct adata) - sizeof(struct hostentry_adata)) / sizeof(u32) void