From 05946ff0c6c4ac539a9e1eae0d218f45ac3c4042 Mon Sep 17 00:00:00 2001 From: Matthias Grob Date: Thu, 7 Oct 2021 13:51:06 +0200 Subject: [PATCH] mavlink_receiver: remove unused start_helper declaration --- src/modules/mavlink/mavlink_receiver.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/mavlink/mavlink_receiver.h b/src/modules/mavlink/mavlink_receiver.h index cdc41d1b42..85e30a5942 100644 --- a/src/modules/mavlink/mavlink_receiver.h +++ b/src/modules/mavlink/mavlink_receiver.h @@ -130,7 +130,6 @@ public: bool component_was_seen(int system_id, int component_id); void enable_message_statistics() { _message_statistics_enabled = true; } void print_detailed_rx_stats() const; - static void *start_helper(void *context); void request_stop() { _should_exit.store(true); }