diff options
author | Anders Carlsson <andersca@mac.com> | 2010-05-02 18:13:35 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2010-05-02 18:13:35 +0000 |
commit | 82929316ccfcc1a7674f12195f93b41c91a28bd4 (patch) | |
tree | c3d961d346b6addbc17631a9c7ab7da05da4eb90 /lib/CodeGen/CodeGenFunction.h | |
parent | 05dd1f6292bd39cbd75ef3dd641b5fc66b7c22ca (diff) |
Remove another unused function.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102871 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index 979fa4244b..5ecc9a20c3 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/lib/CodeGen/CodeGenFunction.h @@ -812,9 +812,6 @@ public: void EmitClassMemberwiseCopy(llvm::Value *DestValue, llvm::Value *SrcValue, const CXXRecordDecl *ClassDecl); - void EmitClassCopyAssignment(llvm::Value *DestValue, llvm::Value *SrcValue, - const CXXRecordDecl *ClassDecl); - void EmitDelegateCXXConstructorCall(const CXXConstructorDecl *Ctor, CXXCtorType CtorType, const FunctionArgList &Args); |