Skip to content

Commit 51e30b3

Browse files
committed
Remove confusing comment
1 parent 0bb6dde commit 51e30b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/truffleruby/parser/parser/YYDebug.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828

2929
package org.truffleruby.parser.parser;
3030

31-
/** Stubbed out version of our own yydebug impl for debugging if we ever find the need. */
3231
public class YYDebug {
3332
public void accept(Object a) {
3433
System.err.println("Accept: " + a);

0 commit comments

Comments
 (0)