зеркало из https://github.com/mozilla/pjs.git
Oops. Removing unneeded 'System.err.println("foo")'.
This commit is contained in:
Родитель
afbb09f715
Коммит
7ab63da00c
|
@ -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",
|
||||
|
|
Загрузка…
Ссылка в новой задаче