From dac4ac02a9a021313e09b8381a0d22961c055002 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Tue, 17 Dec 2013 07:39:39 +0100 Subject: [PATCH] Fix compiler warning in CompatUtility::GetServiceNotificationNotificationOptions. Refs #5349 --- lib/icinga/compatutility.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/icinga/compatutility.cpp b/lib/icinga/compatutility.cpp index cb779ee33..f1bbb9f4c 100644 --- a/lib/icinga/compatutility.cpp +++ b/lib/icinga/compatutility.cpp @@ -548,8 +548,6 @@ String CompatUtility::GetServiceNotificationNotificationOptions(const Service::P { ASSERT(service->OwnsLock()); - bool is_hostcheck = (service->GetHost()->GetCheckService() == service); - unsigned long notification_type_filter = 0; unsigned long notification_state_filter = 0;