Remove unreachable statement.
authorChristoph Mallon <christoph.mallon@gmx.de>
Tue, 7 Oct 2008 07:13:48 +0000 (07:13 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Tue, 7 Oct 2008 07:13:48 +0000 (07:13 +0000)
[r22559]

format_check.c

index 93c4c21..eb162af 100644 (file)
@@ -389,7 +389,6 @@ break_fmt_flags:
                        case 'x':
                                allowed_flags = FMT_FLAG_MINUS | FMT_FLAG_HASH | FMT_FLAG_ZERO;
                                goto eval_fmt_mod_unsigned;
-                               break;
 
                        case 'u':
                                allowed_flags = FMT_FLAG_MINUS | FMT_FLAG_ZERO;