From 5e5092b6825108321f5964376baef9fb136419db Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Tue, 15 Oct 2019 21:50:24 +0000 Subject: Remove unnecessary and inappropriate forward-declaration of Sema from AST. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@374952 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/AST/ExprCXX.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/clang/AST/ExprCXX.h b/include/clang/AST/ExprCXX.h index 57ccba8b81..9c05de6fdc 100644 --- a/include/clang/AST/ExprCXX.h +++ b/include/clang/AST/ExprCXX.h @@ -57,7 +57,6 @@ class IdentifierInfo; class LambdaCapture; class NonTypeTemplateParmDecl; class TemplateParameterList; -class Sema; //===--------------------------------------------------------------------===// // C++ Expressions. -- cgit v1.2.1