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/uts/common/dtrace Remove a pointles...



details:   https://anonhg.NetBSD.org/src/rev/b9c4d9c1410d
branches:  trunk
changeset: 946122:b9c4d9c1410d
user:      chs <chs%NetBSD.org@localhost>
date:      Tue Nov 17 03:20:33 2020 +0000

description:
Remove a pointless printf.

diffstat:

 external/cddl/osnet/dist/uts/common/dtrace/dtrace.c |  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r 31e76db8aa5d -r b9c4d9c1410d external/cddl/osnet/dist/uts/common/dtrace/dtrace.c
--- a/external/cddl/osnet/dist/uts/common/dtrace/dtrace.c       Mon Nov 16 23:27:41 2020 +0000
+++ b/external/cddl/osnet/dist/uts/common/dtrace/dtrace.c       Tue Nov 17 03:20:33 2020 +0000
@@ -13840,7 +13840,6 @@
        return (NULL);
 #endif /* __FreeBSD__ */
 #ifdef __NetBSD__
-       printf("dtrace: XXX %s not implemented (name=%s)\n", __func__, name);
        return (NULL);
 #endif /* __NetBSD__ */
 }



Home | Main Index | Thread Index | Old Index