summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-07-02 19:18:10 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-07-02 19:18:10 (GMT)
commit6815029e55cbb1f53e50d279923c2cf0218b42d2 (patch)
tree41ef8749c6fafd872974f7bc544a217821c097bf /generic
parent6a5b1cac3ea1b9455b6dba65237231556903590b (diff)
downloadtcl-6815029e55cbb1f53e50d279923c2cf0218b42d2.zip
tcl-6815029e55cbb1f53e50d279923c2cf0218b42d2.tar.gz
tcl-6815029e55cbb1f53e50d279923c2cf0218b42d2.tar.bz2
* generic/tclIO.c: Removed dead code.
* unix/tclUnixChan.c:
Diffstat (limited to 'generic')
-rw-r--r--generic/tclIO.c10
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. */