Skip to content

Commit

Permalink
feat(diagnostic_graph_aggregator): remove unused message alias
Browse files Browse the repository at this point in the history
  • Loading branch information
isamu-takagi committed Sep 3, 2024
1 parent 1e1d2fc commit e183449
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 @@ -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;
Expand Down

0 comments on commit e183449

Please sign in to comment.