summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2003-03-09 14:22:05 (GMT)
committerKevin B Kenny <kennykb@acm.org>2003-03-09 14:22:05 (GMT)
commit511ae08ae91e0baa957ea37f24f181d155e076fb (patch)
treeab4576753ebda302ef1e3ede37db95aed3a3555a /generic/tclTest.c
parentc09ed1fe7fb7b2cf744f47d658ba0c693d23f204 (diff)
downloadtcl-511ae08ae91e0baa957ea37f24f181d155e076fb.zip
tcl-511ae08ae91e0baa957ea37f24f181d155e076fb.tar.gz
tcl-511ae08ae91e0baa957ea37f24f181d155e076fb.tar.bz2
Removed an unused local variable that caused compilation problems on
some platforms.
Diffstat (limited to 'generic/tclTest.c')
-rw-r--r--generic/tclTest.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclTest.c b/generic/tclTest.c
index 41d420e..cd6acc4 100644
--- a/generic/tclTest.c
+++ b/generic/tclTest.c
@@ -14,7 +14,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclTest.c,v 1.63 2003/03/06 20:14:58 mdejong Exp $
+ * RCS: @(#) $Id: tclTest.c,v 1.64 2003/03/09 14:22:06 kennykb Exp $
*/
#define TCL_TEST
@@ -5199,7 +5199,6 @@ TestChannelCmd(clientData, interp, argc, argv)
Tcl_Channel chan; /* The opaque type. */
size_t len; /* Length of subcommand string. */
int IOQueued; /* How much IO is queued inside channel? */
- ChannelBuffer *bufPtr; /* For iterating over queued IO. */
char buf[TCL_INTEGER_SPACE];/* For sprintf. */
int mode; /* rw mode of the channel */