Skip to content

Commit 835c475

Browse files
committed
Remove lock from RefreshProperties
1 parent 8ac88b1 commit 835c475

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

wpiutil/src/main/native/cpp/DataLogSendableTableBackend.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ struct DataLogSendableTableBackend::EntryData
140140
};
141141

142142
void DataLogSendableTableBackend::EntryData::RefreshProperties() {
143-
std::scoped_lock lock{m_mutex};
144143
m_propertiesStr.clear();
145144
wpi::raw_string_ostream os{m_propertiesStr};
146145
m_properties.dump(os);

0 commit comments

Comments
 (0)