Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/cddl/osnet/dist/lib/libdtrace/common remove debug p...
details: https://anonhg.NetBSD.org/src/rev/f10738f5fb92
branches: trunk
changeset: 767654:f10738f5fb92
user: yamt <yamt%NetBSD.org@localhost>
date: Tue Jul 26 12:28:39 2011 +0000
description:
remove debug printfs
diffstat:
external/cddl/osnet/dist/lib/libdtrace/common/dt_options.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 8e0f2d8c7dbb -r f10738f5fb92 external/cddl/osnet/dist/lib/libdtrace/common/dt_options.c
--- a/external/cddl/osnet/dist/lib/libdtrace/common/dt_options.c Tue Jul 26 12:28:01 2011 +0000
+++ b/external/cddl/osnet/dist/lib/libdtrace/common/dt_options.c Tue Jul 26 12:28:39 2011 +0000
@@ -790,8 +790,6 @@
size_t offs;
int i;
- printf("dt_options_load() entry \n"); /* XXX debug */
-
/*
* To load the option values, we need to ask the kernel to provide its
* DOF, which we'll sift through to look for OPTDESC sections.
@@ -847,7 +845,6 @@
dtp->dt_options[opt->dofo_option] = opt->dofo_value;
}
- printf("dt_options_load() exit \n"); /* XXX debug */
return (0);
}
Home |
Main Index |
Thread Index |
Old Index