gas: drop dead check for double quote

FB and dollar label definitions can't be enclosed in double quotes. In
fact at that point nul_char is the same as next_char, which we know is a
digit.
This commit is contained in:
Jan Beulich 2024-03-28 11:54:25 +01:00
parent 226749d5a6
commit 09be89098e

View File

@ -1262,9 +1262,6 @@ read_a_source_file (const char *name)
temp = next_char - '0';
if (nul_char == '"')
++ input_line_pointer;
/* Read the whole number. */
while (ISDIGIT (*input_line_pointer))
{