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, 1 insertions, 2 deletions
diff --git a/sys/kern/sys_pipe.c b/sys/kern/sys_pipe.c
index 5821505..aaae9b3 100644
--- a/sys/kern/sys_pipe.c
+++ b/sys/kern/sys_pipe.c
@@ -16,7 +16,7 @@
* 4. Modifications may be freely made to this file if the above conditions
* are met.
*
- * $Id: sys_pipe.c,v 1.34 1997/10/06 08:30:08 peter Exp $
+ * $Id: sys_pipe.c,v 1.35 1997/11/06 19:29:21 phk Exp $
*/
/*
@@ -238,7 +238,6 @@ static void
pipeinit(cpipe)
struct pipe *cpipe;
{
- int s;
cpipe->pipe_buffer.in = 0;
cpipe->pipe_buffer.out = 0;
OpenPOWER on IntegriCloud