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 403ee04321..5cb0098cab 100644 --- a/include/clang/AST/ExprCXX.h +++ b/include/clang/AST/ExprCXX.h @@ -1536,8 +1536,6 @@ class OverloadExpr : public Expr { /// The source range of the scope specifier. SourceRange QualifierRange; - friend class ASTStmtReader; - protected: /// True if the name was a template-id. bool HasExplicitTemplateArgs; |