diff options
author | Saleem Abdulrasool <compnerd@compnerd.org> | 2019-05-08 04:10:58 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-05-16 18:41:05 (GMT) |
commit | d688c4c19d0ec6d639ba7047e786bdacb7a4b45b (patch) | |
tree | c4d4f333683fbf17c4698209de76e7e253f82a15 /Source/cmRulePlaceholderExpander.h | |
parent | 0723582208dda7da9815a319973eed596c61a44c (diff) | |
download | CMake-d688c4c19d0ec6d639ba7047e786bdacb7a4b45b.zip CMake-d688c4c19d0ec6d639ba7047e786bdacb7a4b45b.tar.gz CMake-d688c4c19d0ec6d639ba7047e786bdacb7a4b45b.tar.bz2 |
Swift: remove unnecessary unreleased Ninja infrastructure
This cleans up the new options that were added to support Swift. This
was not released, and the proper support approach that we settled upon
does not require as much specialised support.
Diffstat (limited to 'Source/cmRulePlaceholderExpander.h')
-rw-r--r-- | Source/cmRulePlaceholderExpander.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/cmRulePlaceholderExpander.h b/Source/cmRulePlaceholderExpander.h index ebd4d41..4a03dc8 100644 --- a/Source/cmRulePlaceholderExpander.h +++ b/Source/cmRulePlaceholderExpander.h @@ -58,14 +58,6 @@ public: const char* Includes; const char* DependencyFile; const char* FilterPrefix; - const char* SwiftAuxiliarySources; - const char* SwiftModuleName; - const char* SwiftLibraryName; - const char* SwiftPartialModule; - const char* SwiftPartialDoc; - const char* TargetSwiftModule; - const char* TargetSwiftDoc; - const char* SwiftPartialModules; }; // Expand rule variables in CMake of the type found in language rules |