Skip to content

Commit c23215b

Browse files
committed
_getBridgedObjectiveCType and _isBridgedNonVerbatimToObjectiveC
1 parent 4762b37 commit c23215b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stdlib/public/core/BridgeObjectiveC.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,6 @@ public func _bridgeNonVerbatimFromObjectiveCConditional<T>(
302302
///
303303
/// - If `T` is a class type, returns `true`;
304304
/// - otherwise, returns whether `T` conforms to `_ObjectiveCBridgeable`.
305-
@inlinable // FIXME(sil-serialize-all)
306305
public func _isBridgedToObjectiveC<T>(_: T.Type) -> Bool {
307306
if _fastPath(_isClassOrObjCExistential(T.self)) {
308307
return true

0 commit comments

Comments
 (0)