Skip to content

Commit c0735ee

Browse files
committed
[embedded] Drop unnecessary #if in _makeCollectionDescription
1 parent 65a57c7 commit c0735ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/ArrayShared.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ extension Collection {
102102
internal func _makeCollectionDescription(
103103
withTypeName type: String? = nil
104104
) -> String {
105-
#if !SWIFT_STDLIB_STATIC_PRINT && !$Embedded
105+
#if !SWIFT_STDLIB_STATIC_PRINT
106106
var result = ""
107107
if let type = type {
108108
result += "\(type)(["

0 commit comments

Comments
 (0)