diff options
author | dgp <dgp@users.sourceforge.net> | 2014-03-05 19:41:51 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2014-03-05 19:41:51 (GMT) |
commit | 57182d5ef37bc41f0eac64880ef3c5ceb4cf7b61 (patch) | |
tree | 317bf987b2ccc0a1dcfddedf135b93b19633bbe0 /generic/tclIO.h | |
parent | 5fe3c1fbee83514f449dc78f927d0587b24d071b (diff) | |
download | tcl-57182d5ef37bc41f0eac64880ef3c5ceb4cf7b61.zip tcl-57182d5ef37bc41f0eac64880ef3c5ceb4cf7b61.tar.gz tcl-57182d5ef37bc41f0eac64880ef3c5ceb4cf7b61.tar.bz2 |
Remove old dead code; silence compiler warnings; tidy up.
Diffstat (limited to 'generic/tclIO.h')
-rw-r--r-- | generic/tclIO.h | 3 |
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 |