From 25a1ba71e3cf4250489291f688423963aa603498 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sat, 6 May 2023 17:09:32 +0200 Subject: Server and services configuration using separate objects --- src/service.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/service.cpp') diff --git a/src/service.cpp b/src/service.cpp index 397bebd..fc1ec5f 100644 --- a/src/service.cpp +++ b/src/service.cpp @@ -44,7 +44,3 @@ void Service::Context::runAfterCommitHooks() const for (const auto & hook : p->afterCommit) hook(); } - -void Service::serverStarted(const class Server &) -{ -} -- cgit v1.2.3