Skip to content

Commit

Permalink
won't ever get hit
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmario committed Jan 11, 2011
1 parent a7e8c52 commit 9f95083
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext/yajl/yajl_ext.c
Expand Up @@ -495,7 +495,6 @@ static VALUE rb_yajl_parser_parse_chunk(VALUE self, VALUE chunk) {
GetParser(self, wrapper);
if (NIL_P(chunk)) {
rb_raise(cParseError, "Can't parse a nil string.");
return Qnil;
}

if (wrapper->parse_complete_callback != Qnil) {
Expand Down

0 comments on commit 9f95083

Please sign in to comment.