summaryrefslogtreecommitdiffstats
path: root/sys/sys/pipe.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/pipe.h')
-rw-r--r--sys/sys/pipe.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/pipe.h b/sys/sys/pipe.h
index d9ab09c..93103f6 100644
--- a/sys/sys/pipe.h
+++ b/sys/sys/pipe.h
@@ -74,7 +74,6 @@ struct pipebuf {
u_int out; /* out pointer */
u_int size; /* size of buffer */
caddr_t buffer; /* kva of buffer */
- struct vm_object *object; /* VM object containing buffer */
};
/*
OpenPOWER on IntegriCloud