From 7a6618569db193dae9137b764455773f404e65e7 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Thu, 21 Jun 2001 03:38:03 +0000 Subject: [PATCH] (pipe_execv): remove unused variable git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10146 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/simple_exec.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/roken/simple_exec.c b/lib/roken/simple_exec.c index e0aa1ba08..6ec2e98d0 100644 --- a/lib/roken/simple_exec.c +++ b/lib/roken/simple_exec.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1998 - 2000 Kungliga Tekniska Högskolan + * Copyright (c) 1998 - 2001 Kungliga Tekniska Högskolan * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * @@ -90,7 +90,6 @@ pipe_execv(FILE **stdin_fd, FILE **stdout_fd, FILE **stderr_fd, pid_t pid; va_list ap; char **argv; - int ret; if(stdin_fd != NULL) pipe(in_fd);