Deleted comment that was no longer applicable

This commit is contained in:
ceriel 1991-11-27 14:52:17 +00:00
parent bf0caa6f32
commit 670b7264ad

View file

@ -398,7 +398,6 @@ again:
register enum statetp state;
register int base = 8;
register char *np = &buf[0];
/* allow a '-' to be added */
*np++ = ch;
state = is_oct(ch) ? Oct : Dec;