cmTarget: Remove unused classes cmTargetSet and cmTargetManifest

This commit is contained in:
Artur Ryt 2018-12-01 22:32:40 +01:00 committed by Brad King
parent 78c2edb129
commit ecf6fc8dc1
2 changed files with 0 additions and 9 deletions

View File

@ -6,7 +6,6 @@
#include <algorithm>
#include <assert.h>
#include <iterator>
#include <map>
#include <set>
#include <sstream>
#include <string.h>

View File

@ -6,7 +6,6 @@
#include "cmConfigure.h" // IWYU pragma: keep
#include <iosfwd>
#include <map>
#include <set>
#include <string>
#include <unordered_map>
@ -344,11 +343,4 @@ private:
typedef std::unordered_map<std::string, cmTarget> cmTargets;
class cmTargetSet : public std::set<std::string>
{
};
class cmTargetManifest : public std::map<std::string, cmTargetSet>
{
};
#endif