summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixPipe.c
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2004-06-08 20:25:43 (GMT)
committerdgp <dgp@noemail.net>2004-06-08 20:25:43 (GMT)
commit9b8441b9e01a5e2c0ee49e8e4120d103e628efdb (patch)
tree7bd87a2bfe65ad0ef14bd628e9603ca5480819ad /unix/tclUnixPipe.c
parent1c7aadeaa8c298de2c2048f99b9ed8e7386d3999 (diff)
downloadtcl-9b8441b9e01a5e2c0ee49e8e4120d103e628efdb.zip
tcl-9b8441b9e01a5e2c0ee49e8e4120d103e628efdb.tar.gz
tcl-9b8441b9e01a5e2c0ee49e8e4120d103e628efdb.tar.bz2
Silence compiler warnings
FossilOrigin-Name: c2bd8d6b0e3a442c7f3670aa86bbe00d544bede3
Diffstat (limited to 'unix/tclUnixPipe.c')
-rw-r--r--unix/tclUnixPipe.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/unix/tclUnixPipe.c b/unix/tclUnixPipe.c
index 4ceb16f..89e64f3 100644
--- a/unix/tclUnixPipe.c
+++ b/unix/tclUnixPipe.c
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclUnixPipe.c,v 1.23 2003/02/21 14:15:58 das Exp $
+ * RCS: @(#) $Id: tclUnixPipe.c,v 1.23.2.1 2004/06/08 20:25:45 dgp Exp $
*/
#include "tclInt.h"
@@ -660,8 +660,6 @@ SetupStdFile(file, type)
fcntl(targetFd, F_SETFD, 0);
} else {
- int result;
-
/*
* Since we aren't dup'ing the file, we need to explicitly clear
* the close-on-exec flag.