summaryrefslogtreecommitdiffstats
path: root/lib/libypclnt/ypclnt.h
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2006-07-28 21:34:37 +0000
committerstefanf <stefanf@FreeBSD.org>2006-07-28 21:34:37 +0000
commit7b03e7a18b19c5501b070b730a64ae8b99863443 (patch)
tree8705e3c08088de0b6f2269a0526dd8071d207349 /lib/libypclnt/ypclnt.h
parentf61f535abd93f4d66b4ca1e415c1d0ae1448b07f (diff)
downloadFreeBSD-src-7b03e7a18b19c5501b070b730a64ae8b99863443.zip
FreeBSD-src-7b03e7a18b19c5501b070b730a64ae8b99863443.tar.gz
Remove debug code.
Suggested by: des
Diffstat (limited to 'lib/libypclnt/ypclnt.h')
-rw-r--r--lib/libypclnt/ypclnt.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/libypclnt/ypclnt.h b/lib/libypclnt/ypclnt.h
index 16efd97..9cd2048 100644
--- a/lib/libypclnt/ypclnt.h
+++ b/lib/libypclnt/ypclnt.h
@@ -53,10 +53,4 @@ int ypclnt_connect(ypclnt_t *);
int ypclnt_havepasswdd(ypclnt_t *);
int ypclnt_passwd(ypclnt_t *, const struct passwd *, const char *);
-#if defined(DEBUG) && defined(__GNUC__)
-#define YPCLNT_DEBUG(fmt...) warnx(__FUNCTION__ ": " fmt, ##fmt)
-#else
-#define YPCLNT_DEBUG(...)
-#endif
-
#endif
OpenPOWER on IntegriCloud