7010792: remove bad debugging method from javac

Wed, 09 Feb 2011 14:10:52 -0800

author
jjg
date
Wed, 09 Feb 2011 14:10:52 -0800
changeset 870
3ce4e1a07e92
parent 869
c6cb387190ee
child 871
bfa59f3e84bd

7010792: remove bad debugging method from javac
Reviewed-by: mcimadamore

src/share/classes/com/sun/tools/javac/parser/Scanner.java file | annotate | diff | comparison | revisions
     1.1 --- a/src/share/classes/com/sun/tools/javac/parser/Scanner.java	Wed Feb 09 14:04:53 2011 -0800
     1.2 +++ b/src/share/classes/com/sun/tools/javac/parser/Scanner.java	Wed Feb 09 14:10:52 2011 -0800
     1.3 @@ -282,12 +282,6 @@
     1.4          sbuf[sp++] = ch;
     1.5      }
     1.6  
     1.7 -    /** For debugging purposes: print character.
     1.8 -     */
     1.9 -    private void dch() {
    1.10 -        System.err.print(ch); System.out.flush();
    1.11 -    }
    1.12 -
    1.13      /** Read next character in character or string literal and copy into sbuf.
    1.14       */
    1.15      private void scanLitChar() {

mercurial