Module Name: src
Committed By: christos
Date: Fri Oct 2 19:02:16 UTC 2009
Modified Files:
src/usr.bin/xlint/lint1: tree.c
Log Message:
remove debugging
To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/usr.bin/xlint/lint1/tree.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/xlint/lint1/tree.c
diff -u src/usr.bin/xlint/lint1/tree.c:1.60 src/usr.bin/xlint/lint1/tree.c:1.61
--- src/usr.bin/xlint/lint1/tree.c:1.60 Fri Oct 2 15:01:14 2009
+++ src/usr.bin/xlint/lint1/tree.c Fri Oct 2 15:02:16 2009
@@ -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)));
}