remomve deprecated class

This commit is contained in:
conrad
2022-02-26 14:19:06 +10:00
parent 6a4377bcf5
commit e32f2cd3f0
3 changed files with 0 additions and 217 deletions
-6
View File
@@ -35,12 +35,6 @@
namespace arma
{
// NOTE: arma_rng_cxx11_instance is kept only for compatibility with earlier versions of armadillo
// TODO: remove arma_rng_cxx11_instance when the major version is bumped
#include "armadillo_bits/arma_rng_cxx11.hpp"
thread_local arma_rng_cxx11 arma_rng_cxx11_instance;
thread_local std::mt19937_64 mt19937_64_instance;
}
#endif