Skip to content

Commit 9ae24f8

Browse files
committed
Swift compiler sources: remove the unused RCIdentity bridging structs.
1 parent fb2acaf commit 9ae24f8

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

include/swift/SILOptimizer/OptimizerBridging.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,6 @@ enum {
8181
BridgedSlabCapacity = 64 * sizeof(uintptr_t)
8282
};
8383

84-
typedef struct {
85-
void * _Nullable rcia;
86-
} BridgedRCIdentityAnalysis;
87-
88-
typedef struct {
89-
void * _Nonnull functionInfo;
90-
} BridgedRCIdentityFunctionInfo;
91-
9284
typedef void (* _Nonnull BridgedModulePassRunFn)(BridgedPassContext);
9385
typedef void (* _Nonnull BridgedFunctionPassRunFn)(BridgedFunctionPassCtxt);
9486
typedef void (* _Nonnull BridgedInstructionPassRunFn)(BridgedInstructionPassCtxt);

0 commit comments

Comments
 (0)