Skip to content
Snippets Groups Projects
Commit 67e40fe6 authored by Simon Heybrock's avatar Simon Heybrock
Browse files

Re #0. Remove unused mutex from ExperimentInfo.

parent 759dae81
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment