From e962d0f3592fe7dcad83c391d22da52008598f15 Mon Sep 17 00:00:00 2001 From: Michael Wiebusch Date: Mon, 25 Nov 2013 14:27:13 +0100 Subject: [PATCH] deleted more garbage, no actual change --- tools/ini2xml.pl | 37 ------------------------------------- 1 file changed, 37 deletions(-) diff --git a/tools/ini2xml.pl b/tools/ini2xml.pl index 9a6ac9f..e79f7f7 100755 --- a/tools/ini2xml.pl +++ b/tools/ini2xml.pl @@ -111,43 +111,6 @@ createConfigFile("dummy",$specFileName); my $configMaps = $configTree->findnodes("/MAPS")->shift(); -# obsolete stuff ... :D - -# # initialize the xml parser -# my $parser = XML::LibXML->new(); -# # read in the JTAG specification file -# print VERBOSE "parsing specifications file...\n"; -# my $specTree = $parser->parse_file($specFile); -# -# -# # create a new tree document that will become the decoded config file -# my $configTree = XML::LibXML->createDocument; -# -# # create standard content -# -# $specFile =~ m/([^\/]+\.xml)$/; -# my $specFileName = $1; -# -# my $configMaps = $configTree->createElementNS( "", "MAPS" ); -# $configTree->setDocumentElement($configMaps); -# -# my $specMaps = $specTree->findnodes("/MAPS")->shift(); -# -# my $mapsType = $specMaps->findvalue("./\@type"); -# -# $configMaps->setAttribute( "type", $mapsType ); -# $configMaps->setAttribute( "specDbFile", $specFileName ); -# -# # done doing standard content - - - - - - - - - # open the ini file, decode the ini file print VERBOSE "opening ini file...\n"; -- 2.43.0