diff options
author | Ben Elliston <bje@au.ibm.com> | 2003-12-10 06:41:08 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2003-12-10 06:41:08 +0000 |
commit | 1a9a8ab4290176ffb5769593d6c609d1fad2a044 (patch) | |
tree | 49a7434535980417c61ec07d17f05e90f0b4f64e /gas/config/tc-msp430.c | |
parent | eda94875621661c7cce04733573867f83b4ade2f (diff) | |
download | fsf-binutils-gdb-1a9a8ab4290176ffb5769593d6c609d1fad2a044.zip fsf-binutils-gdb-1a9a8ab4290176ffb5769593d6c609d1fad2a044.tar.gz fsf-binutils-gdb-1a9a8ab4290176ffb5769593d6c609d1fad2a044.tar.bz2 |
Remove redundant returns in void functions.
Diffstat (limited to 'gas/config/tc-msp430.c')
-rw-r--r-- | gas/config/tc-msp430.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gas/config/tc-msp430.c b/gas/config/tc-msp430.c index fefcf57..082a916 100644 --- a/gas/config/tc-msp430.c +++ b/gas/config/tc-msp430.c @@ -1493,7 +1493,6 @@ md_apply_fix3 (fixp, valuep, seg) { fixp->fx_addnumber = value; } - return; } /* A `BFD_ASSEMBLER' GAS will call this to generate a reloc. GAS |