aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
Diffstat (limited to 'gas')
-rw-r--r--gas/read.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gas/read.c b/gas/read.c
index 61a3f17..8026a6c 100644
--- a/gas/read.c
+++ b/gas/read.c
@@ -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))
{