Skip to content

Commit

Permalink
Removing unecessary escape
Browse files Browse the repository at this point in the history
Signed-off-by: 1sand0s <1sand0sardpi@gmail.com>
  • Loading branch information
1sand0s committed Sep 23, 2022
1 parent 61f6aea commit d26c064
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tool/src/org/antlr/v4/codegen/Target.java
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ public String getTargetStringLiteralFromString(String s, boolean quoted) {
return null;
}

s = escapeIfNeeded(s);
StringBuilder buf = new StringBuilder();
if ( quoted ) {
buf.append('"');
Expand Down

0 comments on commit d26c064

Please sign in to comment.