Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/tput Remove debug accidently commited.
details: https://anonhg.NetBSD.org/src/rev/7257fcc94cf2
branches: trunk
changeset: 784322:7257fcc94cf2
user: roy <roy%NetBSD.org@localhost>
date: Fri Jan 25 12:12:30 2013 +0000
description:
Remove debug accidently commited.
diffstat:
usr.bin/tput/tput.c | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diffs (29 lines):
diff -r 8bb3f36e74b0 -r 7257fcc94cf2 usr.bin/tput/tput.c
--- a/usr.bin/tput/tput.c Fri Jan 25 11:51:42 2013 +0000
+++ b/usr.bin/tput/tput.c Fri Jan 25 12:12:30 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tput.c,v 1.23 2013/01/24 10:41:29 roy Exp $ */
+/* $NetBSD: tput.c,v 1.24 2013/01/25 12:12:30 roy Exp $ */
/*-
* Copyright (c) 1980, 1988, 1993
@@ -39,7 +39,7 @@
#if 0
static char sccsid[] = "@(#)tput.c 8.3 (Berkeley) 4/28/95";
#endif
-__RCSID("$NetBSD: tput.c,v 1.23 2013/01/24 10:41:29 roy Exp $");
+__RCSID("$NetBSD: tput.c,v 1.24 2013/01/25 12:12:30 roy Exp $");
#endif /* not lint */
#include <termios.h>
@@ -172,10 +172,6 @@
*tmp != '\0')
errx(2, errnum, i + 1, *argv, cap);
}
- if (piss[i])
- printf ("str %d %s\n", i, strs[i]);
- else
- printf ("num %d %ld\n", i, nums[i]);
}
/* And output */
Home |
Main Index |
Thread Index |
Old Index