You are viewing a plain text version of this content. The canonical link for it is here.
Posted to websh-cvs@tcl.apache.org by ro...@apache.org on 2005/11/10 13:59:52 UTC

svn commit: r332282 - /tcl/websh/trunk/src/generic/interpool.c

Author: ronnie
Date: Thu Nov 10 04:59:43 2005
New Revision: 332282

URL: http://svn.apache.org/viewcvs?rev=332282&view=rev
Log:
- removed unnecessary Tcl_InitStubs call

Modified:
    tcl/websh/trunk/src/generic/interpool.c

Modified: tcl/websh/trunk/src/generic/interpool.c
URL: http://svn.apache.org/viewcvs/tcl/websh/trunk/src/generic/interpool.c?rev=332282&r1=332281&r2=332282&view=diff
==============================================================================
--- tcl/websh/trunk/src/generic/interpool.c (original)
+++ tcl/websh/trunk/src/generic/interpool.c Thu Nov 10 04:59:43 2005
@@ -119,13 +119,6 @@
 	return NULL;
     }
 
-
-#ifdef USE_TCL_STUBS
-    if (Tcl_InitStubs(webInterp->interp,"8.2.0",0) == NULL) {
-	return TCL_ERROR;
-    }
-#endif
-
     /* now register here all websh modules */
     result = Tcl_Init(webInterp->interp);
     /* checkme: test result */



---------------------------------------------------------------------
To unsubscribe, e-mail: websh-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: websh-cvs-help@tcl.apache.org