Skip to content

Commit

Permalink
not needed?
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane committed Nov 2, 2024
1 parent f69b888 commit 7b11d38
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions opendbc/can/parser.cc
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,6 @@ CANParser::CANParser(int abus, const std::string& dbc_name, bool ignore_checksum
}

std::set<uint32_t> CANParser::update(const std::vector<CanData> &can_data) {
if (can_data.empty()) return;

// Clear all_values
for (auto &state : message_states) {
for (auto &vals : state.second.all_vals) vals.clear();
Expand Down

0 comments on commit 7b11d38

Please sign in to comment.