liblttng-ctl: use export list to define exported symbols
[lttng-tools.git] / src / common / filter / filter-visitor-ir-check-binary-op-nesting.c
index 35a55edae044e051de3e2027b3ecc87e03938a28..fed236322e3804d8ad46ee0aa26bcb5e0fae7699 100644 (file)
@@ -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);
This page took 0.0232560000000001 seconds and 4 git commands to generate.