summaryrefslogtreecommitdiffstats
path: root/win/tclAppInit.c
diff options
context:
space:
mode:
Diffstat (limited to 'win/tclAppInit.c')
-rw-r--r--win/tclAppInit.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/win/tclAppInit.c b/win/tclAppInit.c
index 9b7a3e9..1f90610 100644
--- a/win/tclAppInit.c
+++ b/win/tclAppInit.c
@@ -11,7 +11,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclAppInit.c,v 1.29 2009/11/26 07:01:51 nijtmans Exp $
+ * RCS: @(#) $Id: tclAppInit.c,v 1.30 2009/11/27 21:44:01 kennykb Exp $
*/
#include "tcl.h"
@@ -125,10 +125,6 @@ int
Tcl_AppInit(
Tcl_Interp *interp) /* Interpreter for application. */
{
-#undef Tcl_InitStubs
- if (!Tcl_InitStubs(interp, TCL_VERSION, 0)) {
- return TCL_ERROR;
- }
if (Tcl_Init(interp) == TCL_ERROR) {
return TCL_ERROR;
}