From 660aaf62934e7d5cbe14c4284eab6834f37eb754 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Wed, 2 Oct 2019 19:27:20 +0200 Subject: [PATCH] BackgroundDaemon: remove obsolete properties --- library/Director/Daemon/BackgroundDaemon.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/library/Director/Daemon/BackgroundDaemon.php b/library/Director/Daemon/BackgroundDaemon.php index 128ab52a..c16326a8 100644 --- a/library/Director/Daemon/BackgroundDaemon.php +++ b/library/Director/Daemon/BackgroundDaemon.php @@ -6,7 +6,6 @@ use Exception; use gipfl\Cli\Process; use gipfl\IcingaCliDaemon\DbResourceConfigWatch; use gipfl\SystemD\NotifySystemD; -use Icinga\Module\Director\Db; use React\EventLoop\Factory as Loop; use React\EventLoop\LoopInterface; use Ramsey\Uuid\Uuid; @@ -16,14 +15,9 @@ class BackgroundDaemon /** @var LoopInterface */ private $loop; - /** @var Db */ - protected $connection; - /** @var NotifySystemD|boolean */ protected $systemd; - protected $onShutdown; - /** @var JobRunner */ protected $jobRunner;