From: Peter Zotov Date: Mon, 11 Nov 2013 14:47:01 +0000 (+0000) Subject: [llvm-c] Remove dead typedef X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=9683888db61498edc05f37cf8f3a8253e47ba016;p=oota-llvm.git [llvm-c] Remove dead typedef git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194379 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm-c/Target.h b/include/llvm-c/Target.h index f5f2bc4d63c..b465b4b88db 100644 --- a/include/llvm-c/Target.h +++ b/include/llvm-c/Target.h @@ -41,7 +41,6 @@ enum LLVMByteOrdering { LLVMBigEndian, LLVMLittleEndian }; typedef struct LLVMOpaqueTargetData *LLVMTargetDataRef; typedef struct LLVMOpaqueTargetLibraryInfotData *LLVMTargetLibraryInfoRef; -typedef struct LLVMStructLayout *LLVMStructLayoutRef; /* Declare all of the target-initialization functions that are available. */ #define LLVM_TARGET(TargetName) \