2004-01-05 Andrew Cagney <cagney@redhat.com>

* ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
	should be a switch case and not a label.
	* mips-tdep.c (mips32_next_pc): Delete unused labels
	"greater_equal_branch" and "less_zero_branch".
	* jv-valprint.c (java_print_value_fields): Delete unused label
	"flush_it".
This commit is contained in:
Andrew Cagney 2004-01-05 23:09:45 +00:00
parent 295320329c
commit 54f1137d66
4 changed files with 8 additions and 6 deletions

View file

@ -1324,7 +1324,7 @@ ser_unix_async (struct serial *scb,
case FD_SCHEDULED:
delete_file_handler (scb->fd);
break;
NOTHING_SCHEDULED:
case NOTHING_SCHEDULED:
break;
default: /* TIMER SCHEDULED */
delete_timer (scb->async_state);