summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-05-04 09:51:00 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-05-04 09:51:00 (GMT)
commit63cf0366bd7604edf47e87878287f8a181d90b4f (patch)
treeea373a3f59139beed379fe63c5d6c79b3c3c4143
parentaf718696fbbc08e063e15d22f31935a0a94bc492 (diff)
parentfd7ea3420f7e0a7c10eae2adb29e7fe119c8eddf (diff)
downloadtcl-63cf0366bd7604edf47e87878287f8a181d90b4f.zip
tcl-63cf0366bd7604edf47e87878287f8a181d90b4f.tar.gz
tcl-63cf0366bd7604edf47e87878287f8a181d90b4f.tar.bz2
merge core-8-6-branch
-rw-r--r--win/tclWinPipe.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/win/tclWinPipe.c b/win/tclWinPipe.c
index 3e7e5eb..5246d53 100644
--- a/win/tclWinPipe.c
+++ b/win/tclWinPipe.c
@@ -3253,7 +3253,7 @@ TclPipeThreadStop(
HANDLE hThread)
{
TclPipeThreadInfo *pipeTI = *pipeTIPtr;
- HANDLE evControl, wakeEvent;
+ HANDLE evControl;
int state;
if (!pipeTI) {
@@ -3261,7 +3261,6 @@ TclPipeThreadStop(
}
pipeTI = *pipeTIPtr;
evControl = pipeTI->evControl;
- wakeEvent = pipeTI->evWakeUp;
pipeTI->evWakeUp = NULL;
/*
* Try to sane stop the pipe worker, corresponding its current state