summaryrefslogtreecommitdiffstats
path: root/generic/tclEvent.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-09-26 16:32:21 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-09-26 16:32:21 (GMT)
commitac2d8a32cbf79c952b06116a786c2466322ad368 (patch)
tree00a289e9d95d3bc7852194ae11167c5bc96f414a /generic/tclEvent.c
parente3309e4d57407994dfba25053019cd7f1f5bd083 (diff)
parent38f8605a8d202951bbf792a4813b9b48a20910fb (diff)
downloadtcl-ac2d8a32cbf79c952b06116a786c2466322ad368.zip
tcl-ac2d8a32cbf79c952b06116a786c2466322ad368.tar.gz
tcl-ac2d8a32cbf79c952b06116a786c2466322ad368.tar.bz2
merge trunk
Diffstat (limited to 'generic/tclEvent.c')
-rw-r--r--generic/tclEvent.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/generic/tclEvent.c b/generic/tclEvent.c
index 686b80d..941d566 100644
--- a/generic/tclEvent.c
+++ b/generic/tclEvent.c
@@ -1171,8 +1171,6 @@ Tcl_Finalize(void)
TclFinalizeEncodingSubsystem();
- Tcl_SetPanicProc(NULL);
-
/*
* Repeat finalization of the thread local storage once more. Although
* this step is already done by the Tcl_FinalizeThread call above, series