summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/DeclCXX.h
diff options
context:
space:
mode:
authorDmitry Polukhin <dmitry.polukhin@gmail.com>2016-04-06 10:01:46 +0000
committerDmitry Polukhin <dmitry.polukhin@gmail.com>2016-04-06 10:01:46 +0000
commit4efb19c4af7f5f5674d00b3f5f0ed4ca9305fa95 (patch)
tree698e0413fa0f14376babbc508f86208fa92fc9e4 /include/clang/AST/DeclCXX.h
parente8c1d1f15db1bf4f01180de80fed02006eb68407 (diff)
Revert "[modules] Continue factoring encoding of AST records out of ASTWriter."
This reverts commit r265518. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@265526 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/AST/DeclCXX.h')
-rw-r--r--include/clang/AST/DeclCXX.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/clang/AST/DeclCXX.h b/include/clang/AST/DeclCXX.h
index fe716cc5e0..cf19a31def 100644
--- a/include/clang/AST/DeclCXX.h
+++ b/include/clang/AST/DeclCXX.h
@@ -1714,7 +1714,6 @@ public:
friend class ASTDeclReader;
friend class ASTDeclWriter;
- friend class ASTRecordWriter;
friend class ASTReader;
friend class ASTWriter;
};