accumulator: rm commented std::move(&gen)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2022-01-22 21:42:44 +01:00
parent 3bf79b49fd
commit 47e893b674
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -82,7 +82,6 @@ auto Accumulator::set_pools_ptr(
}
auto Accumulator::set_gen(fortuna::generator::Generator& gen) -> void {
// this->Gen = std::move(&gen); // TODO(me): does this make sense?
this->Gen = &gen;
}