From 19ea0076a38f066d8ba6b12f39b665b67f3ede44 Mon Sep 17 00:00:00 2001 From: surtur Date: Thu, 27 Jan 2022 23:59:38 +0100 Subject: [PATCH] accumulator: rm unused accumulator_service() --- accumulator.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/accumulator.h b/accumulator.h index fa1f350..45d16e6 100644 --- a/accumulator.h +++ b/accumulator.h @@ -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;