Prepare for '-Wunused-parameter'
[lttng-tools.git] / src / bin / lttng / commands / list_triggers.cpp
index 274bae47d0af90e1301af4e4ad4443e99e31c84e..e6860380f2a8db0bbbe0cd99c6c1e585fa2200b5 100644 (file)
@@ -748,7 +748,6 @@ static void print_condition_event_rule_matches(
 }
 
 static void print_action_errors(const struct lttng_trigger *trigger,
-               const struct lttng_action *action,
                const uint64_t *action_path_indexes,
                size_t action_path_length)
 {
@@ -963,7 +962,7 @@ void print_one_action(const struct lttng_trigger *trigger,
        }
 
        MSG("");
-       print_action_errors(trigger, action, action_path_indexes,
+       print_action_errors(trigger, action_path_indexes,
                        action_path_length);
 
 end:
This page took 0.023004 seconds and 4 git commands to generate.