Skip to content

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo committed Nov 12, 2024
1 parent 47b371b commit 0678699
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions impl/src/main/java/org/eclipse/parsson/JsonParserImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -406,10 +406,6 @@ private Context pop() {
return temp;
}

private Context peek() {
return head;
}

private boolean isEmpty() {
return head == null;
}
Expand Down

0 comments on commit 0678699

Please sign in to comment.