diff options
Diffstat (limited to 'Source/CTest/cmCTestUpdateHandler.h')
-rw-r--r-- | Source/CTest/cmCTestUpdateHandler.h | 2 |
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); |