diff options
author | Anders Carlsson <andersca@mac.com> | 2010-05-14 19:48:27 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2010-05-14 19:48:27 +0000 |
commit | 5e37d48a4988cb8ff776009876b7fd1a7504b4eb (patch) | |
tree | 2bf51d7a3df53d04b04a8a25601f0103c7e0a133 /lib/CodeGen/CodeGenFunction.h | |
parent | 3e5af908ebf4c56b657c488bb2ca22f418e0868b (diff) |
Remove an unused function.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@103793 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index 74f0a488b5..151c13c808 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/lib/CodeGen/CodeGenFunction.h @@ -724,8 +724,6 @@ public: void EmitAggregateCopy(llvm::Value *DestPtr, llvm::Value *SrcPtr, QualType EltTy, bool isVolatile=false); - void EmitAggregateClear(llvm::Value *DestPtr, QualType Ty); - /// StartBlock - Start new block named N. If insert block is a dummy block /// then reuse it. void StartBlock(const char *N); |