summaryrefslogtreecommitdiffstats
path: root/clang/lib/Index/CommentToXML.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2016-11-08 18:29:19 +0000
committerDaniel Jasper <djasper@google.com>2016-11-08 18:29:19 +0000
commite527dc62230479e05ca0b5f23c5ed91281f847b4 (patch)
tree4762f1a237aae61f78aeb50b68fefc09f14f7d30 /clang/lib/Index/CommentToXML.cpp
parent8f9026baff6889079f79910187d3d77ded2d1ca1 (diff)
downloadbcm5719-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.cpp2
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;
};
OpenPOWER on IntegriCloud