summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-01-31 21:10:32 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2008-01-31 21:10:32 (GMT)
commitdc0f41c298d94271e0affe8a7bb8fdecf5c53e9f (patch)
tree4b83aeddcc729fae54e80dc3e0359a987317d925 /Source
parent2cff26fa52cf9043f00d1efaaf31ab93e2db22e8 (diff)
downloadCMake-dc0f41c298d94271e0affe8a7bb8fdecf5c53e9f.zip
CMake-dc0f41c298d94271e0affe8a7bb8fdecf5c53e9f.tar.gz
CMake-dc0f41c298d94271e0affe8a7bb8fdecf5c53e9f.tar.bz2
ENH: remove extra junk
Diffstat (limited to 'Source')
-rw-r--r--Source/cmCTest.cxx1
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";
}
//----------------------------------------------------------------------