summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalNinjaGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-01-31 13:32:01 (GMT)
committerKitware Robot <kwrobot@kitware.com>2018-01-31 13:32:27 (GMT)
commitefa5a26d021cf5476bebff54dd28f115c962ae9b (patch)
tree317bab049016f991e67501415c196f065690ff1b /Source/cmLocalNinjaGenerator.h
parent063684503b5b5a696559b3c3cea2f1d3cc8dee29 (diff)
parent79f22e84089e3f7a29cfea3275af6fafc5d3c091 (diff)
downloadCMake-efa5a26d021cf5476bebff54dd28f115c962ae9b.zip
CMake-efa5a26d021cf5476bebff54dd28f115c962ae9b.tar.gz
CMake-efa5a26d021cf5476bebff54dd28f115c962ae9b.tar.bz2
Merge topic 'dedup-ComputeObjectFilenames'
79f22e84 Makefile,Ninja: De-duplicate ComputeObjectFilenames method Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1715
Diffstat (limited to 'Source/cmLocalNinjaGenerator.h')
-rw-r--r--Source/cmLocalNinjaGenerator.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/cmLocalNinjaGenerator.h b/Source/cmLocalNinjaGenerator.h
index bb16899..95d8a61 100644
--- a/Source/cmLocalNinjaGenerator.h
+++ b/Source/cmLocalNinjaGenerator.h
@@ -23,7 +23,6 @@ class cmGlobalGenerator;
class cmGlobalNinjaGenerator;
class cmMakefile;
class cmRulePlaceholderExpander;
-class cmSourceFile;
class cmake;
/**
@@ -74,10 +73,6 @@ public:
void AppendCustomCommandDeps(cmCustomCommandGenerator const& ccg,
cmNinjaDeps& ninjaDeps);
- void ComputeObjectFilenames(
- std::map<cmSourceFile const*, std::string>& mapping,
- cmGeneratorTarget const* gt = nullptr) override;
-
protected:
std::string ConvertToIncludeReference(
std::string const& path,