mirror of
https://github.com/reactos/CMake.git
synced 2025-01-22 11:24:56 +00:00
cmTarget: Remove unused classes cmTargetSet and cmTargetManifest
This commit is contained in:
parent
78c2edb129
commit
ecf6fc8dc1
@ -6,7 +6,6 @@
|
||||
#include <algorithm>
|
||||
#include <assert.h>
|
||||
#include <iterator>
|
||||
#include <map>
|
||||
#include <set>
|
||||
#include <sstream>
|
||||
#include <string.h>
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user