Browse Source

ENH: remove extra junk

Bill Hoffman 18 years ago
parent
commit
dc0f41c298
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Source/cmCTest.cxx

+ 0 - 1
Source/cmCTest.cxx

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