Skip to content

Commit

Permalink
Merge pull request #52 from krzyzanowskim/master
Browse files Browse the repository at this point in the history
Set Swift 4.1. Remove Linux ObjCBool extension
  • Loading branch information
JohnSundell authored Mar 31, 2018
2 parents 7b3110d + 14d3c99 commit 4359654
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 4359654

Please sign in to comment.