summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestUpdateHandler.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-02-17 16:37:18 (GMT)
committerBrad King <brad.king@kitware.com>2009-02-17 16:37:18 (GMT)
commit57a1d0093e68d766641ec2824c2dcf7f27a8c296 (patch)
treef3cacaa59283be0fef28b3a56cd0e42fd2623686 /Source/CTest/cmCTestUpdateHandler.h
parent832459c39261d40d4fdbaf2eebcac3c1508841fe (diff)
downloadCMake-57a1d0093e68d766641ec2824c2dcf7f27a8c296.zip
CMake-57a1d0093e68d766641ec2824c2dcf7f27a8c296.tar.gz
CMake-57a1d0093e68d766641ec2824c2dcf7f27a8c296.tar.bz2
ENH: Remove generation of unused Update.xml parts
This removes generation of some Update.xml content that is not used by any Dart1, Dart2, or CDash servers: - Revisions elements - Directory attribute of File elements - File elements within Author elements The content was generated only because the original Dart1 Tcl client generated it, but the content was never used.
Diffstat (limited to 'Source/CTest/cmCTestUpdateHandler.h')
-rw-r--r--Source/CTest/cmCTestUpdateHandler.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/CTest/cmCTestUpdateHandler.h b/Source/CTest/cmCTestUpdateHandler.h
index 7343859..590a0a4 100644
--- a/Source/CTest/cmCTestUpdateHandler.h
+++ b/Source/CTest/cmCTestUpdateHandler.h
@@ -59,8 +59,6 @@ private:
struct StringPair :
public std::pair<std::string, std::string>{};
struct UpdateFiles : public std::vector<StringPair>{};
- struct AuthorsToUpdatesMap :
- public std::map<std::string, UpdateFiles>{};
// Determine the type of version control
int DetermineType(const char* cmd, const char* type);