summaryrefslogtreecommitdiff
path: root/src/lib/exp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/exp.c')
-rw-r--r--src/lib/exp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/exp.c b/src/lib/exp.c
index 82820f9..7cebacc 100644
--- a/src/lib/exp.c
+++ b/src/lib/exp.c
@@ -61,7 +61,6 @@ void nl_cli_exp_parse_id(struct nfnl_exp *exp, char *arg)
void nl_cli_exp_parse_helper_name(struct nfnl_exp *exp, char *arg)
{
- int err;
nfnl_exp_set_helper_name(exp, arg);
}