summaryrefslogtreecommitdiffstats
path: root/generic/tclIO.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2014-03-05 19:41:51 (GMT)
committerdgp <dgp@users.sourceforge.net>2014-03-05 19:41:51 (GMT)
commit94a4d6ac65eed79a3fe89a71d1c2a429793300bc (patch)
tree317bf987b2ccc0a1dcfddedf135b93b19633bbe0 /generic/tclIO.h
parent9d31d410437d7e7fad1201c869e0a7c479daf693 (diff)
downloadtcl-94a4d6ac65eed79a3fe89a71d1c2a429793300bc.zip
tcl-94a4d6ac65eed79a3fe89a71d1c2a429793300bc.tar.gz
tcl-94a4d6ac65eed79a3fe89a71d1c2a429793300bc.tar.bz2
Remove old dead code; silence compiler warnings; tidy up.
Diffstat (limited to 'generic/tclIO.h')
-rw-r--r--generic/tclIO.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/generic/tclIO.h b/generic/tclIO.h
index ebf2ef7..a57d4c5 100644
--- a/generic/tclIO.h
+++ b/generic/tclIO.h
@@ -252,9 +252,6 @@ typedef struct ChannelState {
#define INPUT_SAW_CR (1<<12) /* Channel is in CRLF eol input
* translation mode and the last byte
* seen was a "\r". */
-#define INPUT_NEED_NL (1<<15) /* Saw a '\r' at end of last buffer,
- * and there should be a '\n' at
- * beginning of next buffer. */
#define CHANNEL_DEAD (1<<13) /* The channel has been closed by the
* exit handler (on exit) but not
* deallocated. When any IO operation