diff options
author | Chris Lattner <sabre@nondot.org> | 2009-03-31 09:07:15 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-03-31 09:07:15 +0000 |
commit | 636efb6ee4382e6fc16724014e9cf70dbeb37c31 (patch) | |
tree | bee347a099814a8060b4f700c5b44806eaba3a93 /lib/CodeGen/CodeGenTypes.h | |
parent | c90dd0c682fe94b58ab3f95244f782d5f6159653 (diff) |
remove a dead prototype
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68105 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenTypes.h')
-rw-r--r-- | lib/CodeGen/CodeGenTypes.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/CodeGen/CodeGenTypes.h b/lib/CodeGen/CodeGenTypes.h index bdf0ac6d02..b408ff66a6 100644 --- a/lib/CodeGen/CodeGenTypes.h +++ b/lib/CodeGen/CodeGenTypes.h @@ -153,8 +153,6 @@ public: bool IsVariadic); const CGRecordLayout *getCGRecordLayout(const TagDecl*) const; - /// Returns a StructType representing an Objective-C object - const llvm::Type *ConvertObjCInterfaceToStruct(const ObjCInterfaceDecl *OID); /// getLLVMFieldNo - Return llvm::StructType element number /// that corresponds to the field FD. |