Skip to content

Commit

Permalink
Merge pull request #201 from isimpson/patch-1
Browse files Browse the repository at this point in the history
Fix semantic issue Xcode warning
  • Loading branch information
stig committed Jun 24, 2015
2 parents ceaa84a + 6069c12 commit a34295f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/objc/SBJson4StreamTokeniser.m
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,6 @@ - (sbjson4_token_t)getStringToken:(char **)token length:(NSUInteger *)length {
break;
}
}

@throw @"FUT FUT FUT";
}

- (sbjson4_token_t)getNumberToken:(char **)token length:(NSUInteger *)length {
Expand Down

0 comments on commit a34295f

Please sign in to comment.