Skip to content

Commit 8608f16

Browse files
committed
Remove incorrect WASI check
1 parent aaf56aa commit 8608f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/FoundationEssentials/TimeZone/TimeZone_Cache.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ struct TimeZoneCache : Sendable {
173173
}
174174
}
175175

176-
#if os(Linux) && !os(WASI)
176+
#if os(Linux)
177177
// Try localtime
178178
tzset()
179179
var t = time(nil)

0 commit comments

Comments
 (0)