accumulator: rm unused accumulator_service()
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2022-01-27 23:59:38 +01:00
parent 1a02256b2b
commit 19ea0076a3
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -80,9 +80,6 @@ public:
auto wait_for(const unsigned int& milliseconds) -> void;
// spawns the entropy_collector_service and pools_service threads
auto accumulator_service() -> int;
// a long lived thread collecting entropy
// listens on a unix socket, receives events
auto entropy_collector_service() -> int;