Skip to content

Commit 5f10d39

Browse files
authored
Remove unused LLVMLandingPadClauseTy
1 parent f8ab91f commit 5f10d39

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

llvm/include/llvm-c/Core.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -321,11 +321,6 @@ typedef enum {
321321
LLVMRealPredicateTrue /**< Always true (always folded) */
322322
} LLVMRealPredicate;
323323

324-
typedef enum {
325-
LLVMLandingPadCatch, /**< A catch clause */
326-
LLVMLandingPadFilter /**< A filter clause */
327-
} LLVMLandingPadClauseTy;
328-
329324
typedef enum {
330325
LLVMNotThreadLocal = 0,
331326
LLVMGeneralDynamicTLSModel,

0 commit comments

Comments
 (0)