summaryrefslogtreecommitdiffstats
path: root/src/expr
diff options
context:
space:
mode:
authorAlexander Alemayhu <alexander@alemayhu.com>2017-02-23 23:33:06 +0100
committerFlorian Westphal <fw@strlen.de>2017-02-23 23:35:55 +0100
commit1279f57426c15d8553288629be25fc6c6f897d18 (patch)
tree46d1c75003b19ee98ed6caf917b101328a330f41 /src/expr
parentef047b505d7e884320bd232361f9122beac71c4d (diff)
exthdr: remove unused variable uval8
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 <alexander@alemayhu.com> Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'src/expr')
-rw-r--r--src/expr/exthdr.c1
1 files changed, 0 insertions, 1 deletions
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,