X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fcommon%2Ffilter%2Ffilter-visitor-ir-check-binary-op-nesting.c;h=fed236322e3804d8ad46ee0aa26bcb5e0fae7699;hb=e032c6fd0419a73188f7143b18625b43a8d8f7c3;hp=35a55edae044e051de3e2027b3ecc87e03938a28;hpb=a0377dfefe40662ba7d68617bce6ff467114136c;p=lttng-tools.git diff --git a/src/common/filter/filter-visitor-ir-check-binary-op-nesting.c b/src/common/filter/filter-visitor-ir-check-binary-op-nesting.c index 35a55edae..fed236322 100644 --- a/src/common/filter/filter-visitor-ir-check-binary-op-nesting.c +++ b/src/common/filter/filter-visitor-ir-check-binary-op-nesting.c @@ -63,7 +63,6 @@ int check_bin_op_nesting_recursive(struct ir_op *node, int nesting) } } -LTTNG_HIDDEN int filter_visitor_ir_check_binary_op_nesting(struct filter_parser_ctx *ctx) { return check_bin_op_nesting_recursive(ctx->ir_root, 0);