From af9e0de76f3dcf8f09a3bd5c39aef43d3c0c6606 Mon Sep 17 00:00:00 2001 From: rwatson Date: Sun, 4 Jan 2009 19:16:36 +0000 Subject: Remove two further uses (debugging and NULLing) of pr_ousrreq, missed due to svn commit in the wrong directory. Spotted by: bz --- sys/kern/uipc_domain.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/kern/uipc_domain.c') diff --git a/sys/kern/uipc_domain.c b/sys/kern/uipc_domain.c index 2b2f5c8..bac3657 100644 --- a/sys/kern/uipc_domain.c +++ b/sys/kern/uipc_domain.c @@ -426,7 +426,6 @@ found: dpr->pr_output = NULL; dpr->pr_ctlinput = NULL; dpr->pr_ctloutput = NULL; - dpr->pr_ousrreq = NULL; dpr->pr_init = NULL; dpr->pr_fasttimo = NULL; dpr->pr_slowtimo = NULL; -- cgit v1.1