diff options
author | Daniel Jasper <djasper@google.com> | 2016-11-08 18:29:19 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2016-11-08 18:29:19 +0000 |
commit | e527dc62230479e05ca0b5f23c5ed91281f847b4 (patch) | |
tree | 4762f1a237aae61f78aeb50b68fefc09f14f7d30 /clang/lib/Index/CommentToXML.cpp | |
parent | 8f9026baff6889079f79910187d3d77ded2d1ca1 (diff) | |
download | bcm5719-llvm-e527dc62230479e05ca0b5f23c5ed91281f847b4.tar.gz bcm5719-llvm-e527dc62230479e05ca0b5f23c5ed91281f847b4.zip |
Remove now unnecessary FormatRewriterContext.
llvm-svn: 286262
Diffstat (limited to 'clang/lib/Index/CommentToXML.cpp')
-rw-r--r-- | clang/lib/Index/CommentToXML.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/Index/CommentToXML.cpp b/clang/lib/Index/CommentToXML.cpp index 4210b897c3a..fa3d029a364 100644 --- a/clang/lib/Index/CommentToXML.cpp +++ b/clang/lib/Index/CommentToXML.cpp @@ -535,7 +535,6 @@ public: SimpleFormatContext &SFC, unsigned FUID) : FC(FC), Result(Str), Traits(Traits), SM(SM), - FormatRewriterContext(SFC), FormatInMemoryUniqueId(FUID) { } // Inline content. @@ -574,7 +573,6 @@ private: const CommandTraits &Traits; const SourceManager &SM; - SimpleFormatContext &FormatRewriterContext; unsigned FormatInMemoryUniqueId; }; |