From def5967bf6e85229acc2f507d8bbfc51b92110b7 Mon Sep 17 00:00:00 2001 From: Dmitri Gribenko Date: Thu, 29 Aug 2019 14:21:05 +0000 Subject: [PATCH] Removed a function declaration that doesn't have a definition git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@370361 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/AST/ExprCXX.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/clang/AST/ExprCXX.h b/include/clang/AST/ExprCXX.h index faddbc6d96..e554968cab 100644 --- a/include/clang/AST/ExprCXX.h +++ b/include/clang/AST/ExprCXX.h @@ -4340,9 +4340,6 @@ private: }; llvm::PointerUnion State; - void initializeExtraState(const ValueDecl *ExtendedBy, - unsigned ManglingNumber); - public: MaterializeTemporaryExpr(QualType T, Expr *Temporary, bool BoundToLvalueReference) -- 2.50.1