Remove redundant returns in void functions.
[binutils-gdb.git] / gas / config / tc-d30v.c
index 3adc0d3810205a214fa9aef5f57105fb01d2407f..7507c46cf3ede6428474ef1c39de1cc1b700de89 100644 (file)
@@ -2051,8 +2051,6 @@ check_size (value, bits, file, line)
 
   if (tmp > max)
     as_bad_where (file, line, _("value too large to fit in %d bits"), bits);
-
-  return;
 }
 
 /* d30v_frob_label() is called when after a label is recognized.  */