diff options
author | Roland Reichwein <mail@reichwein.it> | 2023-02-05 10:09:33 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2023-02-05 10:09:33 +0100 |
commit | ca81dcf08d9a3bf49b3d540e3b3b792bfc3b3016 (patch) | |
tree | 161fb4b98aae491541d82080b1dd2fd75d120c23 /whiteboard.h | |
parent | 2d48c70f2f76d90e2e3e6c1badec7a4f0e6c623b (diff) |
Remove websocket mutex in favour of boost strands
Diffstat (limited to 'whiteboard.h')
-rw-r--r-- | whiteboard.h | 1 |
1 files changed, 0 insertions, 1 deletions
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<Config> m_config; std::unique_ptr<Storage> m_storage; std::mutex m_storage_mutex; - std::mutex m_websocket_mutex; ConnectionRegistry m_registry; |