Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/xlint/lint1 remove debugging
details: https://anonhg.NetBSD.org/src/rev/2f625ff8f424
branches: trunk
changeset: 747808:2f625ff8f424
user: christos <christos%NetBSD.org@localhost>
date: Fri Oct 02 19:02:16 2009 +0000
description:
remove debugging
diffstat:
usr.bin/xlint/lint1/tree.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r f371d7ebe933 -r 2f625ff8f424 usr.bin/xlint/lint1/tree.c
--- a/usr.bin/xlint/lint1/tree.c Fri Oct 02 19:01:13 2009 +0000
+++ b/usr.bin/xlint/lint1/tree.c Fri Oct 02 19:02:16 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tree.c,v 1.60 2009/10/02 19:01:14 christos Exp $ */
+/* $NetBSD: tree.c,v 1.61 2009/10/02 19:02:16 christos Exp $ */
/*
* Copyright (c) 1994, 1995 Jochen Pohl
@@ -37,7 +37,7 @@
#include <sys/cdefs.h>
#if defined(__RCSID) && !defined(lint)
-__RCSID("$NetBSD: tree.c,v 1.60 2009/10/02 19:01:14 christos Exp $");
+__RCSID("$NetBSD: tree.c,v 1.61 2009/10/02 19:02:16 christos Exp $");
#endif
#include <stdlib.h>
@@ -3093,7 +3093,6 @@
#else
st = UINT;
#endif
-printf("size %p = %ld\n", tp, (int64_t)(elem * elsz / CHAR_BIT));
return (getinode(st, (int64_t)(elem * elsz / CHAR_BIT)));
}
Home |
Main Index |
Thread Index |
Old Index