summaryrefslogtreecommitdiffstats
path: root/sys/kern/sys_pipe.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/sys_pipe.c')
-rw-r--r--sys/kern/sys_pipe.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/kern/sys_pipe.c b/sys/kern/sys_pipe.c
index 5ee4f5c..dcc57d8 100644
--- a/sys/kern/sys_pipe.c
+++ b/sys/kern/sys_pipe.c
@@ -1227,9 +1227,6 @@ pipeclose(cpipe)
* free resources
*/
pipe_free_kmem(cpipe);
- /* XXX: erm, doesn't zalloc already have its own locks and
- * not need the giant vm lock?
- */
zfree(pipe_zone, cpipe);
}
}
OpenPOWER on IntegriCloud