summaryrefslogtreecommitdiffstats
path: root/generic/tclIO.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclIO.h')
-rw-r--r--generic/tclIO.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/generic/tclIO.h b/generic/tclIO.h
index 109c770..cdd96ff 100644
--- a/generic/tclIO.h
+++ b/generic/tclIO.h
@@ -236,8 +236,6 @@ typedef struct ChannelState {
* flushed after every newline. */
#define CHANNEL_UNBUFFERED (1<<5) /* Output to the channel must always
* be flushed immediately. */
-#define CHANNEL_FCOPY (1<<6) /* Channel is currently doing an fcopy
- * mode. */
#define BG_FLUSH_SCHEDULED (1<<7) /* A background flush of the queued
* output buffers has been
* scheduled. */