Skip to content

Commit e1f73e9

Browse files
committed
Removed a function declaration that doesn't have a definition
llvm-svn: 370361
1 parent cf3b393 commit e1f73e9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

clang/include/clang/AST/ExprCXX.h

-3
Original file line numberDiff line numberDiff line change
@@ -4340,9 +4340,6 @@ class MaterializeTemporaryExpr : public Expr {
43404340
};
43414341
llvm::PointerUnion<Stmt *, ExtraState *> State;
43424342

4343-
void initializeExtraState(const ValueDecl *ExtendedBy,
4344-
unsigned ManglingNumber);
4345-
43464343
public:
43474344
MaterializeTemporaryExpr(QualType T, Expr *Temporary,
43484345
bool BoundToLvalueReference)

0 commit comments

Comments
 (0)