contrib/{extractDS,migrate-3-4}.px: Don't use XML::Simple and don't check for the...
[collectd.git] / contrib / extractDS.px
index 3bf4b9e..bdc4b3d 100755 (executable)
@@ -19,7 +19,6 @@ the L<XML::Simple> module.
 =cut
 
 use Getopt::Long ('GetOptions');
-use XML::Simple (qw(xml_in xml_out));
 use Data::Dumper ();
 
 our $InFile;