diff options
author | Anders Carlsson <andersca@mac.com> | 2009-08-24 16:52:33 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2009-08-24 16:52:33 +0000 |
commit | 2d82719c580f878e0810d868b366a3ac2d00746f (patch) | |
tree | 6d00cd7220445a8d64d35536958e9d0b49a3f230 /lib/CodeGen/CodeGenFunction.h | |
parent | 5842ba9fd482bb2fe5198b32c2ae549cd5474e6d (diff) |
Remove dead code
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@79921 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 686c1a2c52..4fc6c7c773 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/lib/CodeGen/CodeGenFunction.h @@ -521,9 +521,6 @@ public: /// then reuse it. void StartBlock(const char *N); - /// getCGRecordLayout - Return record layout info. - const CGRecordLayout *getCGRecordLayout(CodeGenTypes &CGT, QualType RTy); - /// GetAddrOfStaticLocalVar - Return the address of a static local variable. llvm::Constant *GetAddrOfStaticLocalVar(const VarDecl *BVD); |