summaryrefslogtreecommitdiff
path: root/include/clang/Index
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2016-11-08 19:47:19 +0000
committerDaniel Jasper <djasper@google.com>2016-11-08 19:47:19 +0000
commitb74377b0a34a33cb3c7b565f0e543cd3e56b3f6b (patch)
treeb2df3f2eeee758dacabc6b4becd01ef8aee883af /include/clang/Index
parent4aa6d8f2e26c3762dba4ce8d4afea44c93d4712d (diff)
downloadclang-b74377b0a34a33cb3c7b565f0e543cd3e56b3f6b.tar.gz
Remove FormatContext from libClang as it is now unused.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@286279 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Index')
-rw-r--r--include/clang/Index/CommentToXML.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/clang/Index/CommentToXML.h b/include/clang/Index/CommentToXML.h
index bb7b71ad41..04f9501288 100644
--- a/include/clang/Index/CommentToXML.h
+++ b/include/clang/Index/CommentToXML.h
@@ -22,12 +22,7 @@ class HTMLTagComment;
}
namespace index {
-class SimpleFormatContext;
-
class CommentToXMLConverter {
- std::unique_ptr<SimpleFormatContext> FormatContext;
- unsigned FormatInMemoryUniqueId;
-
public:
CommentToXMLConverter();
~CommentToXMLConverter();