aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Valverde <j@v6e.pt>2021-10-08 04:02:56 +0100
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-10-08 04:01:24 +0000
commit541d45fc6f0936ce89d806fc8b2e2613e04c98d0 (patch)
tree382e226ece1245b7044f1dd534ff25efe4646e1e
parentdbf5782b7042a4df0911107bb917f678585b3faa (diff)
dfilter: Remove no-op statement
-rw-r--r--epan/dfilter/semcheck.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/dfilter/semcheck.c b/epan/dfilter/semcheck.c
index 55d0beb9a2..3799f829b3 100644
--- a/epan/dfilter/semcheck.c
+++ b/epan/dfilter/semcheck.c
@@ -1182,8 +1182,6 @@ check_relation_LHS_FUNCTION(dfwork_t *dfw, const char *relation_string,
funcdef = sttype_function_funcdef(st_arg1);
ftype1 = funcdef->retval_ftype;
- /* params = */sttype_function_params(st_arg1); /* XXX: is this done for the side-effect ? */
-
ws_debug("5 check_relation_LHS_FUNCTION(%s)", relation_string);
if (!can_func(ftype1)) {