Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/isdn/isdnmonitor PR/50860: David Binderman: Remove ...



details:   https://anonhg.NetBSD.org/src/rev/a591f63d08ab
branches:  trunk
changeset: 343786:a591f63d08ab
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Feb 26 18:20:44 2016 +0000

description:
PR/50860: David Binderman: Remove redundant code.

diffstat:

 usr.sbin/isdn/isdnmonitor/main.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9c5e21fcecf7 -r a591f63d08ab usr.sbin/isdn/isdnmonitor/main.c
--- a/usr.sbin/isdn/isdnmonitor/main.c  Fri Feb 26 18:20:00 2016 +0000
+++ b/usr.sbin/isdn/isdnmonitor/main.c  Fri Feb 26 18:20:44 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.13 2016/02/26 18:20:00 christos Exp $ */
+/* $NetBSD: main.c,v 1.14 2016/02/26 18:20:44 christos Exp $ */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -497,7 +497,7 @@
 #ifndef WIN32
        if (fullscreen)
        {
-               if ((!debug_noscreen) || (debug_noscreen && (((strcmp(what, "DBG"))) != 0)))
+               if (!debug_noscreen && strcmp(what, "DBG") != 0)
                {
 /*
  * FreeBSD-current integrated ncurses. Since then it is no longer possible



Home | Main Index | Thread Index | Old Index