projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f9026b
)
Remove now unnecessary FormatRewriterContext.
author
Daniel Jasper
<djasper@google.com>
Tue, 8 Nov 2016 18:29:19 +0000
(18:29 +0000)
committer
Daniel Jasper
<djasper@google.com>
Tue, 8 Nov 2016 18:29:19 +0000
(18:29 +0000)
llvm-svn: 286262
clang/lib/Index/CommentToXML.cpp
patch
|
blob
|
history
diff --git
a/clang/lib/Index/CommentToXML.cpp
b/clang/lib/Index/CommentToXML.cpp
index 4210b897c3a4dff9c3d9c5ade87012007851b0be..fa3d029a364da3cc2ac11c4b17bc59aed9546389 100644
(file)
--- 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;
};