summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/kern/sys_pipe.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/kern/sys_pipe.c b/sys/kern/sys_pipe.c
index 0d98434..d09f31f 100644
--- a/sys/kern/sys_pipe.c
+++ b/sys/kern/sys_pipe.c
@@ -927,8 +927,6 @@ pipe_write(fp, uio, active_cred, flags, td)
return(error);
}
- KASSERT(wpipe->pipe_buffer.buffer != NULL, ("pipe buffer gone"));
-
orig_resid = uio->uio_resid;
while (uio->uio_resid) {
OpenPOWER on IntegriCloud