Skip to content

Commit

Permalink
Set Swift 4.1. Remove Linux ObjCBool extension
Browse files Browse the repository at this point in the history
  • Loading branch information
krzyzanowskim committed Mar 30, 2018
1 parent 7b3110d commit 14d3c99
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0
4.1
6 changes: 0 additions & 6 deletions Sources/Files.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1112,12 +1112,6 @@ private extension ProcessInfo {
}
}

#if os(Linux)
private extension ObjCBool {
var boolValue: Bool { return Bool(self) }
}
#endif

#if !os(Linux)
extension FileSystem {
/// A reference to the document folder used by this file system.
Expand Down

0 comments on commit 14d3c99

Please sign in to comment.