summaryrefslogtreecommitdiffstats
path: root/generic/tclMain.c
diff options
context:
space:
mode:
authortne <tne>2014-09-03 21:10:46 (GMT)
committertne <tne>2014-09-03 21:10:46 (GMT)
commit13d2474845b4b62c7a74064518c6159e00b44883 (patch)
tree6b667a8ef5581e56965a2ec13a239be6216cc609 /generic/tclMain.c
parent89646f796eb2721743fc4c0d1974480794913baa (diff)
parentcefb8b148004b24b824e959c03d73f5a6800001b (diff)
downloadtcl-hypnotoad.zip
tcl-hypnotoad.tar.gz
tcl-hypnotoad.tar.bz2
Updating hypnotoad branchhypnotoad
Diffstat (limited to 'generic/tclMain.c')
-rw-r--r--generic/tclMain.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/generic/tclMain.c b/generic/tclMain.c
index 0bf2e8d..360f5e9 100644
--- a/generic/tclMain.c
+++ b/generic/tclMain.c
@@ -382,12 +382,6 @@ Tcl_MainEx(
*/
Tcl_Preserve(interp);
-
- /*
- * Check if this shell has an attached VFS
- */
- CONST char *cp=Tcl_GetNameOfExecutable();
-
if (appInitProc(interp) != TCL_OK) {
chan = Tcl_GetStdChannel(TCL_STDERR);
if (chan) {