Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/lib/libsa - remove unreachable code



details:   https://anonhg.NetBSD.org/src/rev/bd88b289e1a9
branches:  trunk
changeset: 448450:bd88b289e1a9
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Feb 03 11:59:43 2019 +0000

description:
- remove unreachable code

diffstat:

 sys/lib/libsa/subr_prf.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 111a7f97f87b -r bd88b289e1a9 sys/lib/libsa/subr_prf.c
--- a/sys/lib/libsa/subr_prf.c  Sun Feb 03 11:58:38 2019 +0000
+++ b/sys/lib/libsa/subr_prf.c  Sun Feb 03 11:59:43 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: subr_prf.c,v 1.27 2014/08/30 14:24:02 tsutsui Exp $    */
+/*     $NetBSD: subr_prf.c,v 1.28 2019/02/03 11:59:43 mrg Exp $        */
 
 /*-
  * Copyright (c) 1993
@@ -203,7 +203,6 @@
                                ++fmt;
                        }
 #endif
-                       goto reswitch;
                case 'l':
 #ifdef LIBSA_PRINTF_LONGLONG_SUPPORT
                        if (*fmt == 'l') {



Home | Main Index | Thread Index | Old Index