Stress tests: removed command line parameter --detail-level and envvar CDSTEST_DETAIL...
[libcds.git] / test / stress / main.cpp
index e4ad86cacc3c1761d7e6f3dd84c2d1934d4469f1..8a60761a5a682a270949d640460ee4a97868273b 100644 (file)
@@ -55,9 +55,6 @@ int main( int argc, char **argv )
         // Read test config file\r
         cds_test::init_config( argc, argv );\r
 \r
-        // Get detail level for stress test\r
-        cds_test::stress_fixture::init_detail_level( argc, argv );\r
-\r
         // Init Google test\r
         ::testing::InitGoogleTest( &argc, argv );\r
 \r