gas: new_logical_line{,_flags}() can return "void"
authorJan Beulich <jbeulich@suse.com>
Tue, 12 Apr 2022 07:04:42 +0000 (09:04 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 12 Apr 2022 07:04:42 +0000 (09:04 +0200)
commit66b39b8b9c886e6adc17ba6b81ebf5b1febabb53
treee710021578fa05fe97645758fb4eb10ad3d1802b
parentc39e89c3aaa3a6790f85e80f2da5022bc4bce38b
gas: new_logical_line{,_flags}() can return "void"

With the sole user of the return value gone, convert the return type to
void. This in turn allows simplifying another construct, by moving it
slightly later in the function.
gas/as.h
gas/config/tc-mips.c
gas/input-scrub.c