Skip to content

Commit

Permalink
fix(diagnostic_graph_aggregator): remove unused message alias (#8722)
Browse files Browse the repository at this point in the history
feat(diagnostic_graph_aggregator): remove unused message alias
  • Loading branch information
isamu-takagi authored Dec 24, 2024
1 parent f2a4129 commit a5aeb82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion system/diagnostic_graph_aggregator/test/src/test2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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;
Expand Down

0 comments on commit a5aeb82

Please sign in to comment.