Skip to content

Commit

Permalink
Remove dead code in ExpressionParser
Browse files Browse the repository at this point in the history
  • Loading branch information
quad authored and Geal committed Sep 4, 2023
1 parent 551e678 commit 3875e59
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,6 @@ public static Either<Error, Tuple2<String, Expression>> unary(String s) {
}

Tuple2<String, Expression> t = res.get();

s = space(s.substring(1));
return Either.right(new Tuple2<>(t._1, t._2));
}

Expand Down

0 comments on commit 3875e59

Please sign in to comment.