mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-23 05:05:54 +00:00
Remove useless mutex from BackendInterface and its usage from CassandraBackend (#326)
Fixes #304
This commit is contained in:
@@ -89,9 +89,6 @@ protected:
|
||||
std::optional<LedgerRange> range;
|
||||
SimpleCache cache_;
|
||||
|
||||
// mutex used for open() and close()
|
||||
mutable std::mutex mutex_;
|
||||
|
||||
public:
|
||||
BackendInterface(boost::json::object const& config)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user