mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +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
@@ -105,7 +105,6 @@ class ApplicationImp
|
||||
: public ApplicationImpBase
|
||||
, public beast::RootStoppable
|
||||
, public beast::DeadlineTimer::Listener
|
||||
, public beast::LeakChecked <ApplicationImp>
|
||||
, public BasicApp
|
||||
{
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user