mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Make SHAMapNode::ClassInit self-invoking.
This commit is contained in:
@@ -366,7 +366,6 @@ BOOST_AUTO_TEST_CASE( SHAMapSync_test )
|
||||
unsigned int seed;
|
||||
RAND_pseudo_bytes(reinterpret_cast<unsigned char *>(&seed), sizeof(seed));
|
||||
srand(seed);
|
||||
SHAMapNode::ClassInit();
|
||||
|
||||
SHAMap source, destination;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user