forked from OSchip/llvm-project
Removed a function declaration that doesn't have a definition
llvm-svn: 370361
This commit is contained in:
parent
cf3b39391e
commit
e1f73e92d4
|
@ -4340,9 +4340,6 @@ private:
|
||||||
};
|
};
|
||||||
llvm::PointerUnion<Stmt *, ExtraState *> State;
|
llvm::PointerUnion<Stmt *, ExtraState *> State;
|
||||||
|
|
||||||
void initializeExtraState(const ValueDecl *ExtendedBy,
|
|
||||||
unsigned ManglingNumber);
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
MaterializeTemporaryExpr(QualType T, Expr *Temporary,
|
MaterializeTemporaryExpr(QualType T, Expr *Temporary,
|
||||||
bool BoundToLvalueReference)
|
bool BoundToLvalueReference)
|
||||||
|
|
Loading…
Reference in New Issue