summaryrefslogtreecommitdiff
path: root/Source/cmGeneratorTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-21 19:48:47 +0200
committerStephen Kelly <steveire@gmail.com>2015-10-24 09:19:52 +0200
commitc2c239e607549d6513d95c3e919b4f509733bc87 (patch)
tree1fb0c316cf903bd15945fb464dc7617d73ff335d /Source/cmGeneratorTarget.h
parenta8c0fbcc194bca6986492278e705ff301f283378 (diff)
downloadcmake-c2c239e607549d6513d95c3e919b4f509733bc87.tar.gz
cmGlobalGenerator: Move GeneratorTargetsType to usage site.
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r--Source/cmGeneratorTarget.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h
index 2dc3a6fbfd..4383288570 100644
--- a/Source/cmGeneratorTarget.h
+++ b/Source/cmGeneratorTarget.h
@@ -675,12 +675,4 @@ public:
}
};
-struct cmStrictTargetComparison {
- bool operator()(cmTarget const* t1, cmTarget const* t2) const;
-};
-
-typedef std::map<cmTarget const*,
- cmGeneratorTarget*,
- cmStrictTargetComparison> cmGeneratorTargetsType;
-
#endif