diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-08-11 15:19:42 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-08-11 15:19:42 (GMT) |
commit | 2bc847ac570523d24239d173cd472b5a1ce28820 (patch) | |
tree | c9e5c1fdb83ffda4b9c58a8cfcaec66abdd0b0bc /generic/tclEvent.c | |
parent | c086de021c40d0c6fc16bf681ff39159467629a8 (diff) | |
parent | 92836928886971778f2a78bc2588eae383419b07 (diff) | |
download | tcl-2bc847ac570523d24239d173cd472b5a1ce28820.zip tcl-2bc847ac570523d24239d173cd472b5a1ce28820.tar.gz tcl-2bc847ac570523d24239d173cd472b5a1ce28820.tar.bz2 |
rebase
Diffstat (limited to 'generic/tclEvent.c')
-rw-r--r-- | generic/tclEvent.c | 2 |
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 |