r370361 - Removed a function declaration that doesn't have a definition

Dmitri Gribenko via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 29 07:21:06 PDT 2019


Author: gribozavr
Date: Thu Aug 29 07:21:05 2019
New Revision: 370361

URL: http://llvm.org/viewvc/llvm-project?rev=370361&view=rev
Log:
Removed a function declaration that doesn't have a definition

Modified:
    cfe/trunk/include/clang/AST/ExprCXX.h

Modified: cfe/trunk/include/clang/AST/ExprCXX.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/ExprCXX.h?rev=370361&r1=370360&r2=370361&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/ExprCXX.h (original)
+++ cfe/trunk/include/clang/AST/ExprCXX.h Thu Aug 29 07:21:05 2019
@@ -4340,9 +4340,6 @@ private:
   };
   llvm::PointerUnion<Stmt *, ExtraState *> State;
 
-  void initializeExtraState(const ValueDecl *ExtendedBy,
-                            unsigned ManglingNumber);
-
 public:
   MaterializeTemporaryExpr(QualType T, Expr *Temporary,
                            bool BoundToLvalueReference)




More information about the cfe-commits mailing list