pool: rm unused strsource, using vect<char> anyway
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2022-02-07 03:25:21 +01:00
parent 7626158f76
commit 5d1d25ecb4
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -69,7 +69,6 @@ auto Pool::add_entropy(const unsigned int& source,
if (all_ok) {
try {
const std::string strsource{std::to_string(source)};
{
// FIXME: check for overflow - std::string size bounding?
// event_str.assign(event.begin(), event.end());