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/28bdb162d38c
branches: trunk
changeset: 996485:28bdb162d38c
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 bf8d1c8fe7d9 -r 28bdb162d38c 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