]> granicus.if.org Git - icinga2/blobdiff - lib/livestatus/aggregator.cpp
Remove more redundant wrappers from CompatUtility class
[icinga2] / lib / livestatus / aggregator.cpp
index 4c9e31fa82a690b480a86847032fe91fbbf8c8fa..1cc4b9762756696348a404962f80e3168c664909 100644 (file)
@@ -1,6 +1,6 @@
 /******************************************************************************
  * Icinga 2                                                                   *
- * Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/)  *
+ * Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/)  *
  *                                                                            *
  * This program is free software; you can redistribute it and/or              *
  * modify it under the terms of the GNU General Public License                *
 
 using namespace icinga;
 
-Aggregator::Aggregator(void)
-{ }
-
 void Aggregator::SetFilter(const Filter::Ptr& filter)
 {
        m_Filter = filter;
 }
 
-Filter::Ptr Aggregator::GetFilter(void) const
+Filter::Ptr Aggregator::GetFilter() const
 {
        return m_Filter;
 }
 
-AggregatorState::~AggregatorState(void)
+AggregatorState::~AggregatorState()
 { }