Skip to content

Commit 1017d90

Browse files
committed
Swift compiler sources: remove the unused RCIdentity bridging structs.
1 parent bd62ee3 commit 1017d90

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
@@ -74,14 +74,6 @@ enum {
7474
BridgedSlabCapacity = 64 * sizeof(uintptr_t)
7575
};
7676

77-
typedef struct {
78-
void * _Nullable rcia;
79-
} BridgedRCIdentityAnalysis;
80-
81-
typedef struct {
82-
void * _Nonnull functionInfo;
83-
} BridgedRCIdentityFunctionInfo;
84-
8577
typedef void (* _Nonnull BridgedModulePassRunFn)(BridgedPassContext);
8678
typedef void (* _Nonnull BridgedFunctionPassRunFn)(BridgedFunctionPassCtxt);
8779
typedef void (* _Nonnull BridgedInstructionPassRunFn)(BridgedInstructionPassCtxt);

0 commit comments

Comments
 (0)