Remove unused function in rand_pool_wrap_kokkos

This commit is contained in:
Stan Moore
2017-08-23 15:02:26 -06:00
parent 270abff2a2
commit 4784506ba9

View File

@ -69,8 +69,6 @@ class RandPoolWrap : protected Pointers {
}
void clean_copy() { random_thr = NULL; }
private:
class RanMars **random_thr;
int nthreads;