summaryrefslogtreecommitdiffstats
path: root/generic/tclEvent.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-08-11 15:19:42 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-08-11 15:19:42 (GMT)
commit2bc847ac570523d24239d173cd472b5a1ce28820 (patch)
treec9e5c1fdb83ffda4b9c58a8cfcaec66abdd0b0bc /generic/tclEvent.c
parentc086de021c40d0c6fc16bf681ff39159467629a8 (diff)
parent92836928886971778f2a78bc2588eae383419b07 (diff)
downloadtcl-2bc847ac570523d24239d173cd472b5a1ce28820.zip
tcl-2bc847ac570523d24239d173cd472b5a1ce28820.tar.gz
tcl-2bc847ac570523d24239d173cd472b5a1ce28820.tar.bz2
rebase
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