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 | 4557b2c0c2b38502ef24fa703d11e3a31b9dae85 (patch) | |
tree | f69d29cfdde1960138251fd2b8aa225a612de15b /clang/lib/CodeGen/CodeGenFunction.h | |
parent | 8a2e601917708b677c4af0f741d738c7c4802cd6 (diff) | |
download | bcm5719-llvm-4557b2c0c2b38502ef24fa703d11e3a31b9dae85.tar.gz bcm5719-llvm-4557b2c0c2b38502ef24fa703d11e3a31b9dae85.zip |
Remove dead code
llvm-svn: 79921
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index 686c1a2c526..4fc6c7c773f 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/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); |