Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/gzip remove debugging.



details:   https://anonhg.NetBSD.org/src/rev/c84a0b97ee8e
branches:  trunk
changeset: 445403:c84a0b97ee8e
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Oct 27 13:20:21 2018 +0000

description:
remove debugging.

diffstat:

 usr.bin/gzip/unlz.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 00341fc7aa22 -r c84a0b97ee8e usr.bin/gzip/unlz.c
--- a/usr.bin/gzip/unlz.c       Sat Oct 27 11:52:26 2018 +0000
+++ b/usr.bin/gzip/unlz.c       Sat Oct 27 13:20:21 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: unlz.c,v 1.2 2018/10/27 11:52:26 kre Exp $     */
+/*     $NetBSD: unlz.c,v 1.3 2018/10/27 13:20:21 christos Exp $        */
 
 /*-
  * Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -577,7 +577,6 @@
 #else
        rv = ftello(lz.fout);
 #endif
-       fprintf(stderr, "%jd\n", (intmax_t)rv);
 out:
        lz_destroy(&lz);
        return rv;



Home | Main Index | Thread Index | Old Index