From 5d1d25ecb46ccefc03407263c877d1344b59caa5 Mon Sep 17 00:00:00 2001 From: surtur Date: Mon, 7 Feb 2022 03:25:21 +0100 Subject: [PATCH] pool: rm unused strsource, using vect anyway --- pool.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/pool.cpp b/pool.cpp index ccc6303..c6102e3 100644 --- a/pool.cpp +++ b/pool.cpp @@ -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());