code cleanup, replaced class name Virt_db with VirtualDB
[metaproxy-moved-to-github.git] / src / filter_dl.cpp
index d0d500a..b29003e 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: filter_dl.cpp,v 1.5 2006-03-16 10:40:59 adam Exp $
+/* $Id: filter_dl.cpp,v 1.7 2006-09-14 19:53:57 marc Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #include "config.hpp"
@@ -22,7 +22,6 @@ namespace metaproxy_1 {
 
 void mp::filter::Filter_dl::process(mp::Package & package) const
 {
-    package.data() = 42;   // magic checked in test_filter_factory
 }
 
 static mp::filter::Base* filter_creator()