Skip to content

Commit 41c9c25

Browse files
committed
Uninline more printing ops
1 parent 397c22b commit 41c9c25

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

stdlib/public/core/OutputStream.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,11 +267,9 @@ public protocol CustomDebugStringConvertible {
267267
// Default (ad-hoc) printing
268268
//===----------------------------------------------------------------------===//
269269

270-
@usableFromInline // FIXME(sil-serialize-all)
271270
@_silgen_name("swift_EnumCaseName")
272271
internal func _getEnumCaseName<T>(_ value: T) -> UnsafePointer<CChar>?
273272

274-
@usableFromInline // FIXME(sil-serialize-all)
275273
@_silgen_name("swift_OpaqueSummary")
276274
internal func _opaqueSummary(_ metadata: Any.Type) -> UnsafePointer<CChar>?
277275

0 commit comments

Comments
 (0)