diff options
author | dgp <dgp@users.sourceforge.net> | 2007-07-02 19:18:10 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-07-02 19:18:10 (GMT) |
commit | 6815029e55cbb1f53e50d279923c2cf0218b42d2 (patch) | |
tree | 41ef8749c6fafd872974f7bc544a217821c097bf /generic/tclIO.c | |
parent | 6a5b1cac3ea1b9455b6dba65237231556903590b (diff) | |
download | tcl-6815029e55cbb1f53e50d279923c2cf0218b42d2.zip tcl-6815029e55cbb1f53e50d279923c2cf0218b42d2.tar.gz tcl-6815029e55cbb1f53e50d279923c2cf0218b42d2.tar.bz2 |
* generic/tclIO.c: Removed dead code.
* unix/tclUnixChan.c:
Diffstat (limited to 'generic/tclIO.c')
-rw-r--r-- | generic/tclIO.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/generic/tclIO.c b/generic/tclIO.c index 534556d..4e1c56b 100644 --- a/generic/tclIO.c +++ b/generic/tclIO.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: tclIO.c,v 1.121 2007/05/04 14:59:06 kennykb Exp $ + * RCS: @(#) $Id: tclIO.c,v 1.122 2007/07/02 19:18:10 dgp Exp $ */ #include "tclInt.h" @@ -34,14 +34,6 @@ typedef struct ThreadSpecificData { * indexed by ChannelState, as only one * ChannelState exists per set of stacked * channels. */ -#ifdef oldcode - int channelExitHandlerCreated; - /* Has a channel exit handler been created - * yet? */ - int channelEventSourceCreated; - /* Has the channel event source been created - * and registered with the notifier? */ -#endif Tcl_Channel stdinChannel; /* Static variable for the stdin channel. */ int stdinInitialized; Tcl_Channel stdoutChannel; /* Static variable for the stdout channel. */ |