Skip to content

Commit

Permalink
fix(diagnostic_graph_aggregator): fix unusedFunction (autowarefoundat…
Browse files Browse the repository at this point in the history
…ion#8580)

fix: unusedFunction

Signed-off-by: bathteayo <105347690+bathteayo@users.noreply.github.com>
Co-authored-by: kobayu858 <129580202+kobayu858@users.noreply.github.com>
  • Loading branch information
2 people authored and ktro2828 committed Sep 18, 2024
1 parent d602702 commit 93f6d95
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ class Graph
void update(const rclcpp::Time & stamp); // cppcheck-suppress functionConst
bool update(const rclcpp::Time & stamp, const DiagnosticStatus & status);
const auto & nodes() const { return nodes_; }
const auto & diags() const { return diags_; }
const auto & units() const { return units_; }
DiagGraphStruct create_struct(const rclcpp::Time & stamp) const;
DiagGraphStatus create_status(const rclcpp::Time & stamp) const;
Expand Down

0 comments on commit 93f6d95

Please sign in to comment.