mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-21 03:26:01 +00:00
Remove obsolete classes:
Legacy workarounds for Visual Studio non thread-safe initialization of function local objects with static storage duration are removed: * Remove LeakChecked * Remove StaticObject * Remove SharedSingleton
This commit is contained in:
committed by
Tom Ritchford
parent
a963a6d10d
commit
ab14123aed
@@ -30,7 +30,6 @@ namespace ripple {
|
||||
// Subscription object for JSON-RPC
|
||||
class RPCSubImp
|
||||
: public RPCSub
|
||||
, public beast::LeakChecked <RPCSub>
|
||||
{
|
||||
public:
|
||||
RPCSubImp (InfoSub::Source& source, boost::asio::io_service& io_service,
|
||||
|
||||
Reference in New Issue
Block a user