aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm-c
diff options
context:
space:
mode:
authorPeter Zotov <whitequark@whitequark.org>2013-11-11 14:47:01 +0000
committerPeter Zotov <whitequark@whitequark.org>2013-11-11 14:47:01 +0000
commit9683888db61498edc05f37cf8f3a8253e47ba016 (patch)
treed8f3dfaa09c23ad91660be0a38ce20b5602dcc78 /include/llvm-c
parent68eca1bf8a672de27d0702e288a0ac290f478411 (diff)
downloadexternal_llvm-9683888db61498edc05f37cf8f3a8253e47ba016.zip
external_llvm-9683888db61498edc05f37cf8f3a8253e47ba016.tar.gz
external_llvm-9683888db61498edc05f37cf8f3a8253e47ba016.tar.bz2
[llvm-c] Remove dead typedef
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194379 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm-c')
-rw-r--r--include/llvm-c/Target.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm-c/Target.h b/include/llvm-c/Target.h
index f5f2bc4..b465b4b 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) \