ENH: remove extra junk

This commit is contained in:
Bill Hoffman 2008-01-31 16:10:32 -05:00
parent 2cff26fa52
commit dc0f41c298
1 changed files with 0 additions and 1 deletions

View File

@ -1261,7 +1261,6 @@ void cmCTest::StartXML(std::ostream& ostr)
<< "\tProcessorClockFrequency=\""
<< info.GetProcessorClockFrequency() << "\"\n"
<< ">" << std::endl;
ostr << "<SystemInformation junk=1.0></SystemInformation>\n";
}
//----------------------------------------------------------------------