Skip to content

Commit 072eaa6

Browse files
committed
Remove unused method
1 parent c325276 commit 072eaa6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pkl-parser/src/main/java/org/pkl/parser/GenericParser.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,6 @@ private void init(String source) {
4848
spanLookahead = _lookahead.span;
4949
}
5050

51-
public Node parseExpression(String source) {
52-
init(source);
53-
return parseExpr();
54-
}
55-
5651
public Node parseModule(String source) {
5752
init(source);
5853
if (lookahead == Token.EOF) {

0 commit comments

Comments
 (0)