]> granicus.if.org Git - icinga2/blobdiff - lib/livestatus/andfilter.cpp
Merge branch 'support/2.8'
[icinga2] / lib / livestatus / andfilter.cpp
index ea30c30ecf72343bd65468f0d2afbb3a1eccbb83..66b46766b475a3a61fcace4aba6a0ca0a2de46cf 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                *
@@ -21,9 +21,6 @@
 
 using namespace icinga;
 
-AndFilter::AndFilter(void)
-{ }
-
 bool AndFilter::Apply(const Table::Ptr& table, const Value& row)
 {
        for (const Filter::Ptr& filter : m_Filters) {