From 1279f57426c15d8553288629be25fc6c6f897d18 Mon Sep 17 00:00:00 2001 From: Alexander Alemayhu Date: Thu, 23 Feb 2017 23:33:06 +0100 Subject: exthdr: remove unused variable uval8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Was added but not used in d7b451fe1a45 (src: add TCP option matching requirements, 2017-02-07). Fixes the following warning: expr/exthdr.c: In function ‘nftnl_expr_exthdr_json_parse’: expr/exthdr.c:244:10: warning: unused variable ‘uval8’ [-Wunused-variable] uint8_t uval8; ^~~~~ Signed-off-by: Alexander Alemayhu Signed-off-by: Florian Westphal --- src/expr/exthdr.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/expr/exthdr.c b/src/expr/exthdr.c index c44c1a7..9ed4ae1 100644 --- a/src/expr/exthdr.c +++ b/src/expr/exthdr.c @@ -241,7 +241,6 @@ nftnl_expr_exthdr_json_parse(struct nftnl_expr *e, json_t *root, #ifdef JSON_PARSING const char *exthdr_type; uint32_t uval32; - uint8_t uval8; int type; if (nftnl_jansson_parse_reg(root, "dreg", NFTNL_TYPE_U32, &uval32, -- cgit v1.2.3