diff options
author | Anders Carlsson <andersca@mac.com> | 2010-05-02 18:12:22 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2010-05-02 18:12:22 +0000 |
commit | 05dd1f6292bd39cbd75ef3dd641b5fc66b7c22ca (patch) | |
tree | ca504c0d68c17f9a546f7b8a273c2dc1fa1df0c6 /lib/CodeGen/CodeGenFunction.h | |
parent | 81bf3b35667cb2a241b5157784f28ee9bd3928b2 (diff) |
Remove an unused function.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102870 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index 18d3aed46e..979fa4244b 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/lib/CodeGen/CodeGenFunction.h @@ -809,12 +809,6 @@ public: const ConstantArrayType *Array, const CXXRecordDecl *ClassDecl); - void EmitClassAggrCopyAssignment(llvm::Value *DestValue, - llvm::Value *SrcValue, - const ArrayType *Array, - const CXXRecordDecl *BaseClassDecl, - QualType Ty); - void EmitClassMemberwiseCopy(llvm::Value *DestValue, llvm::Value *SrcValue, const CXXRecordDecl *ClassDecl); |