Skip to content

Commit 4dda2e0

Browse files
authored
Remove unused method (#137)
1 parent f3bb2d7 commit 4dda2e0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

impl/src/main/java/org/eclipse/parsson/JsonParserImpl.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -406,10 +406,6 @@ private Context pop() {
406406
return temp;
407407
}
408408

409-
private Context peek() {
410-
return head;
411-
}
412-
413409
private boolean isEmpty() {
414410
return head == null;
415411
}

0 commit comments

Comments
 (0)