diff options
author | Brad King <brad.king@kitware.com> | 2020-10-07 19:27:27 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-10-08 16:20:34 (GMT) |
commit | 953f4d503d0fce45de3f8b4f2087b1739a3a94a3 (patch) | |
tree | f532fecc427c4768455d2ac4ec7dba310ec6a437 /Source/cmMakefile.h | |
parent | 0090a11a42c83897e05b09d5381967f0200d6eb7 (diff) | |
download | CMake-953f4d503d0fce45de3f8b4f2087b1739a3a94a3.zip CMake-953f4d503d0fce45de3f8b4f2087b1739a3a94a3.tar.gz CMake-953f4d503d0fce45de3f8b4f2087b1739a3a94a3.tar.bz2 |
cmMakefile: Consolidate CreateGenerated{Outputs,Byproducts}
The implementations of these two methods are now identical,
so combine them.
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 01a9274..ecc6aab 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -1087,7 +1087,6 @@ private: bool ValidateCustomCommand(const cmCustomCommandLines& commandLines) const; void CreateGeneratedOutputs(const std::vector<std::string>& outputs); - void CreateGeneratedByproducts(const std::vector<std::string>& byproducts); std::vector<BT<GeneratorAction>> GeneratorActions; bool GeneratorActionsInvoked = false; |