Skip to content

Commit

Permalink
fix(hesai_decoder): remove use of undefined perf_cnt_
Browse files Browse the repository at this point in the history
  • Loading branch information
mojomex authored Aug 30, 2024
1 parent a25df6a commit 6c94123
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ class HesaiDecoder : public HesaiScanDecoder
for (const auto & filter : sensor_configuration_->point_filters) {
if (filter->excluded(point)) {
pc->points.pop_back();
perf_cnt_.n_filt++;
break;
}
}
Expand Down

0 comments on commit 6c94123

Please sign in to comment.