Skip to content

Commit 24b98da

Browse files
authored
Update CBasicBridging.h
1 parent 4ce44c2 commit 24b98da

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

include/swift/Basic/CBasicBridging.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,6 @@ extern "C" {
109109

110110
#endif
111111

112-
typedef enum ENUM_EXTENSIBILITY_ATTR(open) BridgedFeature {
113-
#define LANGUAGE_FEATURE(FeatureName, SENumber, Description, Option) \
114-
FeatureName,
115-
#include "swift/Basic/Features.def"
116-
} BridgedFeature;
117-
118-
SWIFT_BEGIN_ASSUME_NONNULL
119-
120112
typedef struct BridgedData {
121113
const char *_Nullable baseAddress;
122114
SwiftUInt size;

0 commit comments

Comments
 (0)