diff options
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-pdp11.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gas/config/tc-pdp11.c b/gas/config/tc-pdp11.c index 89c75c3..f144754 100644 --- a/gas/config/tc-pdp11.c +++ b/gas/config/tc-pdp11.c @@ -697,8 +697,6 @@ md_assemble (char *instruction_string) { case PDP11_OPCODE_NO_OPS: str = skip_whitespace (str); - if (*str == 0) - str = ""; break; case PDP11_OPCODE_IMM3: |