Skip to content

Commit

Permalink
remove unnecessary code in YamlParser (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Feb 26, 2023
1 parent e1593d1 commit e52e113
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -537,9 +537,6 @@ public JsonToken nextToken() throws IOException
close();
return (_currToken = null);
}
if (evt.is(Event.ID.StreamStart)) { // useless, skip
continue;
}
}
}

Expand Down

0 comments on commit e52e113

Please sign in to comment.