accumulator: rm commented std::move(&gen)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3bf79b49fd
commit
47e893b674
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user