diff options
| author | Haojian Wu <hokein@google.com> | 2016-05-19 13:23:27 +0000 |
|---|---|---|
| committer | Haojian Wu <hokein@google.com> | 2016-05-19 13:23:27 +0000 |
| commit | 0de7226236836402455d49ca6a6bcbcc9b8e11eb (patch) | |
| tree | 1e7abfd44a9746eececd8cfe635488f6851bd80b /clang-tools-extra/include-fixer/IncludeFixer.cpp | |
| parent | b631aafee3c2ec71abbcb670604e6f88e4e55f71 (diff) | |
| download | bcm5719-llvm-0de7226236836402455d49ca6a6bcbcc9b8e11eb.tar.gz bcm5719-llvm-0de7226236836402455d49ca6a6bcbcc9b8e11eb.zip | |
[include-fixer] Remove an unused local variable ExistingHeaders.
llvm-svn: 270059
Diffstat (limited to 'clang-tools-extra/include-fixer/IncludeFixer.cpp')
| -rw-r--r-- | clang-tools-extra/include-fixer/IncludeFixer.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang-tools-extra/include-fixer/IncludeFixer.cpp b/clang-tools-extra/include-fixer/IncludeFixer.cpp index 3a679053686..6bdddcce56e 100644 --- a/clang-tools-extra/include-fixer/IncludeFixer.cpp +++ b/clang-tools-extra/include-fixer/IncludeFixer.cpp @@ -242,8 +242,6 @@ public: std::vector<clang::tooling::Replacement> CreateReplacementsForHeaders(StringRef Code, const std::set<std::string> &Headers) { - std::set<std::string> ExistingHeaders; - // Create replacements for new headers. clang::tooling::Replacements Insertions; if (FirstIncludeOffset == -1U) { |

