diff --git a/Framework/API/inc/MantidAPI/ExperimentInfo.h b/Framework/API/inc/MantidAPI/ExperimentInfo.h index b78e86becbd963ae993d858bea8f21782177653d..04a28cd65fee13843f52eb0dcf894653c7a0673b 100644 --- a/Framework/API/inc/MantidAPI/ExperimentInfo.h +++ b/Framework/API/inc/MantidAPI/ExperimentInfo.h @@ -228,9 +228,6 @@ private: void invalidateAllSpectrumDefinitions(); mutable std::once_flag m_defaultDetectorGroupingCached; - /// Mutex to protect against cow_ptr copying - mutable std::recursive_mutex m_mutex; - mutable std::unique_ptr<Beamline::SpectrumInfo> m_spectrumInfo; mutable std::unique_ptr<SpectrumInfo> m_spectrumInfoWrapper; mutable std::mutex m_spectrumInfoMutex;