mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
Fix compiler warning in CompatUtility::GetServiceNotificationNotificationOptions.
Refs #5349
This commit is contained in:
parent
0b8b421323
commit
dac4ac02a9
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user