summaryrefslogtreecommitdiffstats
path: root/generic/tclEvent.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-07-02 17:13:45 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-07-02 17:13:45 (GMT)
commite866d24f95b719da53f4fcc0d0b5df23fd0916ed (patch)
tree868e4909e24ae2b42d8b3b64650f6f41561e8e12 /generic/tclEvent.c
parent4157542c246e381cb81ca70553a628d70381a3b2 (diff)
downloadtcl-e866d24f95b719da53f4fcc0d0b5df23fd0916ed.zip
tcl-e866d24f95b719da53f4fcc0d0b5df23fd0916ed.tar.gz
tcl-e866d24f95b719da53f4fcc0d0b5df23fd0916ed.tar.bz2
* generic/tclCompExpr.c: Removed dead code, old implementations
* generic/tclEvent.c: of expr parsing and compiling, including the * generic/tclInt.h: routine TclFinalizeCompilation().
Diffstat (limited to 'generic/tclEvent.c')
-rw-r--r--generic/tclEvent.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclEvent.c b/generic/tclEvent.c
index d171110..52fd371 100644
--- a/generic/tclEvent.c
+++ b/generic/tclEvent.c
@@ -12,7 +12,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclEvent.c,v 1.72 2007/04/10 14:47:13 dkf Exp $
+ * RCS: @(#) $Id: tclEvent.c,v 1.73 2007/07/02 17:13:48 dgp Exp $
*/
#include "tclInt.h"
@@ -888,7 +888,6 @@ Tcl_Finalize(void)
* after the exit handlers, because there are order dependencies.
*/
- TclFinalizeCompilation();
TclFinalizeExecution();
TclFinalizeEnvironment();