提交 9125a966 编写于 作者: J jjg

7010792: remove bad debugging method from javac

Reviewed-by: mcimadamore
上级 81e1a4f6
......@@ -282,12 +282,6 @@ public class Scanner implements Lexer {
sbuf[sp++] = ch;
}
/** For debugging purposes: print character.
*/
private void dch() {
System.err.print(ch); System.out.flush();
}
/** Read next character in character or string literal and copy into sbuf.
*/
private void scanLitChar() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册