Add path to configure method of filter.
[metaproxy-moved-to-github.git] / src / filter.cpp
index 1767022..429947d 100644 (file)
@@ -23,17 +23,10 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
 namespace mp = metaproxy_1;
 
-void mp::filter::Base::configure(const xmlNode * ptr, bool test_only)
-{
-    mp::xml::check_empty(ptr);
-}
-
 void mp::filter::Base::start() const
 {
-
 }
 
-
 /*
  * Local variables:
  * c-basic-offset: 4