Make SHAMapNode::ClassInit self-invoking.

This commit is contained in:
JoelKatz
2012-05-31 13:35:27 -07:00
parent ad9deda4e8
commit 83d8a347ee
5 changed files with 5 additions and 5 deletions

View File

@@ -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;