summaryrefslogtreecommitdiffstats
path: root/generic/tclIORChan.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclIORChan.c')
-rw-r--r--generic/tclIORChan.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/generic/tclIORChan.c b/generic/tclIORChan.c
index d3bd8c4..ca3ab4b 100644
--- a/generic/tclIORChan.c
+++ b/generic/tclIORChan.c
@@ -2675,7 +2675,6 @@ ForwardOpToOwnerThread(
Tcl_ThreadId dst = rcPtr->thread;
ForwardingEvent *evPtr;
ForwardingResult *resultPtr;
- int result;
/*
* We gather the lock early. This allows us to check the liveness of the
@@ -2779,7 +2778,6 @@ ForwardOpToOwnerThread(
Tcl_DeleteThreadExitHandler(SrcExitProc, (ClientData) evPtr);
- result = resultPtr->result;
ckfree((char*) resultPtr);
}