diff options
-rw-r--r-- | include/clang/AST/ExprCXX.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/clang/AST/ExprCXX.h b/include/clang/AST/ExprCXX.h index a599cfbbe8..225db3c11f 100644 --- a/include/clang/AST/ExprCXX.h +++ b/include/clang/AST/ExprCXX.h @@ -1888,8 +1888,6 @@ class DependentScopeDeclRefExpr : public Expr { const DeclarationNameInfo &NameInfo, const TemplateArgumentListInfo *Args); - friend class ASTStmtReader; - public: static DependentScopeDeclRefExpr *Create(ASTContext &C, NestedNameSpecifierLoc QualifierLoc, |