From 74f8af7bfc700d474fdc05ab51f73bb7f0d41f5e Mon Sep 17 00:00:00 2001 From: surtur Date: Thu, 27 Jan 2022 23:59:56 +0100 Subject: [PATCH] accumulator: rm unused pools_service() --- accumulator.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/accumulator.h b/accumulator.h index 45d16e6..20907ec 100644 --- a/accumulator.h +++ b/accumulator.h @@ -84,8 +84,6 @@ public: // listens on a unix socket, receives events auto entropy_collector_service() -> int; - auto pools_service() -> int; - Accumulator() noexcept; ~Accumulator() noexcept;