diff options
| author | Benjamin Kramer <benny.kra@googlemail.com> | 2016-05-10 10:12:00 +0000 |
|---|---|---|
| committer | Benjamin Kramer <benny.kra@googlemail.com> | 2016-05-10 10:12:00 +0000 |
| commit | 8fe4c159b55a2eb45fa559699d915af006b2f6fe (patch) | |
| tree | 94c3e8965b629bfee76619d4408c9305b4362584 | |
| parent | 9ebd742748d343632e2e015050ebc242a4b653f9 (diff) | |
| download | bcm5719-llvm-8fe4c159b55a2eb45fa559699d915af006b2f6fe.tar.gz bcm5719-llvm-8fe4c159b55a2eb45fa559699d915af006b2f6fe.zip | |
[include-fixer] Remove unused includes and accessor.
llvm-svn: 269036
| -rw-r--r-- | clang-tools-extra/include-fixer/IncludeFixer.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/clang-tools-extra/include-fixer/IncludeFixer.cpp b/clang-tools-extra/include-fixer/IncludeFixer.cpp index f86a071eec9..66729ed0d91 100644 --- a/clang-tools-extra/include-fixer/IncludeFixer.cpp +++ b/clang-tools-extra/include-fixer/IncludeFixer.cpp @@ -9,11 +9,9 @@ #include "IncludeFixer.h" #include "clang/Frontend/CompilerInstance.h" -#include "clang/Frontend/TextDiagnosticPrinter.h" #include "clang/Lex/HeaderSearch.h" #include "clang/Lex/Preprocessor.h" #include "clang/Parse/ParseAST.h" -#include "clang/Rewrite/Core/Rewriter.h" #include "clang/Sema/ExternalSemaSource.h" #include "clang/Sema/Sema.h" #include "llvm/Support/Debug.h" @@ -216,9 +214,6 @@ public: return true; } - /// Gets the location at the very top of the file. - clang::SourceLocation file_begin() const { return FileBegin; } - /// Sets the location at the very top of the file. void setFileBegin(clang::SourceLocation Location) { FileBegin = Location; } |

