From bd0d2f4038ba1ac9db4653a4f632553db83db3b0 Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Mon, 23 Nov 2020 00:30:17 +0100 Subject: exthdr: remove unused proto_key member from struct also, no need for this struct to be in the parser. Signed-off-by: Florian Westphal --- include/exthdr.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/exthdr.h') diff --git a/include/exthdr.h b/include/exthdr.h index c9a3c211..1bc756f9 100644 --- a/include/exthdr.h +++ b/include/exthdr.h @@ -30,7 +30,6 @@ struct exthdr_desc { const char *name; enum exthdr_desc_id id; uint8_t type; - int proto_key; struct proto_hdr_template templates[10]; }; -- cgit v1.2.3