summaryrefslogtreecommitdiffstats
path: root/src/expr/inner.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/inner.c')
-rw-r--r--src/expr/inner.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/expr/inner.c b/src/expr/inner.c
index cb6f607..515f68d 100644
--- a/src/expr/inner.c
+++ b/src/expr/inner.c
@@ -59,8 +59,6 @@ nftnl_expr_inner_set(struct nftnl_expr *e, uint16_t type,
inner->expr = (void *)data;
break;
- default:
- return -1;
}
return 0;
}