Fix compiler warning in CompatUtility::GetServiceNotificationNotificationOptions.

Refs #5349
This commit is contained in:
Gunnar Beutner 2013-12-17 07:39:39 +01:00
parent 0b8b421323
commit dac4ac02a9
1 changed files with 0 additions and 2 deletions

View File

@ -548,8 +548,6 @@ String CompatUtility::GetServiceNotificationNotificationOptions(const Service::P
{ {
ASSERT(service->OwnsLock()); ASSERT(service->OwnsLock());
bool is_hostcheck = (service->GetHost()->GetCheckService() == service);
unsigned long notification_type_filter = 0; unsigned long notification_type_filter = 0;
unsigned long notification_state_filter = 0; unsigned long notification_state_filter = 0;