diff options
-rw-r--r-- | Source/cmCTest.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx index b8d4034..3869ea3 100644 --- a/Source/cmCTest.cxx +++ b/Source/cmCTest.cxx @@ -1261,7 +1261,6 @@ void cmCTest::StartXML(std::ostream& ostr) << "\tProcessorClockFrequency=\"" << info.GetProcessorClockFrequency() << "\"\n" << ">" << std::endl; - ostr << "<SystemInformation junk=1.0></SystemInformation>\n"; } //---------------------------------------------------------------------- |