From ca81dcf08d9a3bf49b3d540e3b3b792bfc3b3016 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 5 Feb 2023 10:09:33 +0100 Subject: Remove websocket mutex in favour of boost strands --- whiteboard.h | 1 - 1 file changed, 1 deletion(-) (limited to 'whiteboard.h') diff --git a/whiteboard.h b/whiteboard.h index 15d764a..7648bd4 100644 --- a/whiteboard.h +++ b/whiteboard.h @@ -22,7 +22,6 @@ private: std::unique_ptr m_config; std::unique_ptr m_storage; std::mutex m_storage_mutex; - std::mutex m_websocket_mutex; ConnectionRegistry m_registry; -- cgit v1.2.3