Skip to content

Commit

Permalink
Remove lock from RefreshProperties
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJohnson committed Aug 3, 2024
1 parent 8ac88b1 commit 835c475
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ struct DataLogSendableTableBackend::EntryData
};

void DataLogSendableTableBackend::EntryData::RefreshProperties() {
std::scoped_lock lock{m_mutex};
m_propertiesStr.clear();
wpi::raw_string_ostream os{m_propertiesStr};
m_properties.dump(os);
Expand Down

0 comments on commit 835c475

Please sign in to comment.