Oops. Removing unneeded 'System.err.println("foo")'.

This commit is contained in:
mccabe%netscape.com 2001-01-04 00:03:00 +00:00
Родитель afbb09f715
Коммит 7ab63da00c
2 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -855,8 +855,6 @@ public class TokenStream {
* permissive, so we warn about it.
*/
if (base == 8 && c >= '8') {
System.err.println("foo");
Object[] errArgs = { c == '8' ? "8" : "9" };
Context.reportWarning(
Context.getMessage("msg.bad.octal.literal",

Просмотреть файл

@ -855,8 +855,6 @@ public class TokenStream {
* permissive, so we warn about it.
*/
if (base == 8 && c >= '8') {
System.err.println("foo");
Object[] errArgs = { c == '8' ? "8" : "9" };
Context.reportWarning(
Context.getMessage("msg.bad.octal.literal",