diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2008-01-31 21:10:32 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2008-01-31 21:10:32 (GMT) |
commit | dc0f41c298d94271e0affe8a7bb8fdecf5c53e9f (patch) | |
tree | 4b83aeddcc729fae54e80dc3e0359a987317d925 /Source/cmCTest.cxx | |
parent | 2cff26fa52cf9043f00d1efaaf31ab93e2db22e8 (diff) | |
download | CMake-dc0f41c298d94271e0affe8a7bb8fdecf5c53e9f.zip CMake-dc0f41c298d94271e0affe8a7bb8fdecf5c53e9f.tar.gz CMake-dc0f41c298d94271e0affe8a7bb8fdecf5c53e9f.tar.bz2 |
ENH: remove extra junk
Diffstat (limited to 'Source/cmCTest.cxx')
-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"; } //---------------------------------------------------------------------- |