Skip to content
This repository has been archived by the owner on Nov 14, 2022. It is now read-only.

Commit

Permalink
Twiddle, this precondition never works
Browse files Browse the repository at this point in the history
  • Loading branch information
iluvcapra committed Dec 27, 2017
1 parent d6660fc commit c55950c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions PKit/PTTextFileParser.swift
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,7 @@ public class PTTextFileParser: NSObject {
private var fieldValue : String = ""

private func nextToken() {
guard let s = scanner else {
precondition(false)
}
let s = scanner!

var buffer : NSString? = nil
let charSet = CharacterSet(charactersIn: "\t\n")
Expand Down

0 comments on commit c55950c

Please sign in to comment.