diff --git a/wpilibc/src/main/native/cpp/MotorSafety.cpp b/wpilibc/src/main/native/cpp/MotorSafety.cpp index 88ccee76c0..aff85d8cef 100644 --- a/wpilibc/src/main/native/cpp/MotorSafety.cpp +++ b/wpilibc/src/main/native/cpp/MotorSafety.cpp @@ -93,7 +93,6 @@ void MotorSafety::Check() { return; } - std::lock_guard lock(m_thisMutex); if (stopTime < Timer::GetFPGATimestamp()) { wpi::SmallString<128> buf; wpi::raw_svector_ostream desc(buf);