Remove HashMaps

This commit is contained in:
Nik Bougalis
2014-08-27 12:06:14 -07:00
parent 365500da98
commit cfb6b678f1
8 changed files with 34 additions and 165 deletions

View File

@@ -376,9 +376,6 @@ public:
add (m_ledgerMaster->getPropertySource ());
add (*m_rpcHTTPServer);
// VFALCO TODO remove these once the call is thread safe.
HashMaps::getInstance ().initializeNonce <size_t> ();
}
//--------------------------------------------------------------------------