From e183449ead71398e69d00c7f63b8e5ecb4f71386 Mon Sep 17 00:00:00 2001 From: "Takagi, Isamu" Date: Tue, 3 Sep 2024 12:29:25 +0900 Subject: [PATCH] feat(diagnostic_graph_aggregator): remove unused message alias --- system/diagnostic_graph_aggregator/test/src/test2.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/system/diagnostic_graph_aggregator/test/src/test2.cpp b/system/diagnostic_graph_aggregator/test/src/test2.cpp index b010994f5a1ca..6e2fe0fbf0bfb 100644 --- a/system/diagnostic_graph_aggregator/test/src/test2.cpp +++ b/system/diagnostic_graph_aggregator/test/src/test2.cpp @@ -26,7 +26,6 @@ using namespace diagnostic_graph_aggregator; // NOLINT(build/namespaces) using diagnostic_msgs::msg::DiagnosticArray; using diagnostic_msgs::msg::DiagnosticStatus; -using tier4_system_msgs::msg::DiagnosticGraph; constexpr auto OK = DiagnosticStatus::OK; constexpr auto WARN = DiagnosticStatus::WARN;