diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-08-19 09:10:36 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-08-19 09:10:36 (GMT) |
commit | a333bbaa120b022ca9f4a3c85add5c67546740b8 (patch) | |
tree | c7a53a0e4b18bc585d7ef0b00e76a24648faf41b /generic/tclEvent.c | |
parent | c084f0ea7500fe34df2ba6f00c46d310dbe542a0 (diff) | |
parent | 2bc847ac570523d24239d173cd472b5a1ce28820 (diff) | |
download | tcl-a333bbaa120b022ca9f4a3c85add5c67546740b8.zip tcl-a333bbaa120b022ca9f4a3c85add5c67546740b8.tar.gz tcl-a333bbaa120b022ca9f4a3c85add5c67546740b8.tar.bz2 |
rebase TIP [http://tip.tcl.tk/425|425] implementation
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 |