We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86a9caf commit 7c6c98bCopy full SHA for 7c6c98b
1 file changed
Sources/ZIP/LittleEndianByteReader+Zip.swift
@@ -6,10 +6,6 @@
6
import Foundation
7
import BitByteData
8
9
-#if os(Linux)
10
- import CoreFoundation
11
-#endif
12
-
13
extension LittleEndianByteReader {
14
15
func zipString(_ length: Int, _ useUtf8: Bool) -> String? {
0 commit comments