summaryrefslogtreecommitdiffstats
path: root/Source/cmNinjaTargetGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-07-09 14:05:12 (GMT)
committerBrad King <brad.king@kitware.com>2015-07-09 14:06:24 (GMT)
commit0837538e461cfdbc5c673d7f2bf64f6631099bdf (patch)
treec271915de7062275ff9f8beb9a0d0a3982ec983e /Source/cmNinjaTargetGenerator.h
parentf4875bbdd6cc090f5c79f358c55c8b936c6254fd (diff)
downloadCMake-0837538e461cfdbc5c673d7f2bf64f6631099bdf.zip
CMake-0837538e461cfdbc5c673d7f2bf64f6631099bdf.tar.gz
CMake-0837538e461cfdbc5c673d7f2bf64f6631099bdf.tar.bz2
cmCommonTargetGenerator: Adopt GetFlags method
De-duplicate per-target flag computation in Makefile and Ninja target generators.
Diffstat (limited to 'Source/cmNinjaTargetGenerator.h')
-rw-r--r--Source/cmNinjaTargetGenerator.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmNinjaTargetGenerator.h b/Source/cmNinjaTargetGenerator.h
index 0cd5e48..8912431 100644
--- a/Source/cmNinjaTargetGenerator.h
+++ b/Source/cmNinjaTargetGenerator.h
@@ -149,9 +149,6 @@ private:
/// List of object files for this target.
cmNinjaDeps Objects;
std::vector<cmCustomCommand const*> CustomCommands;
-
- typedef std::map<std::string, std::string> LanguageFlagMap;
- LanguageFlagMap LanguageFlags;
};
#endif // ! cmNinjaTargetGenerator_h