summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/uipc_usrreq.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/kern/uipc_usrreq.c b/sys/kern/uipc_usrreq.c
index 31b622d5a9e1..9976055d0be8 100644
--- a/sys/kern/uipc_usrreq.c
+++ b/sys/kern/uipc_usrreq.c
@@ -907,10 +907,6 @@ unp_connect(so, nam, td)
UNP_LOCK();
unp = sotounpcb(so);
if (unp == NULL) {
- /*
- * XXXRW: Temporary debugging printf.
- */
- printf("unp_connect(): lost race to another thread\n");
error = EINVAL;
goto bad2;
}