summaryrefslogtreecommitdiffstats
path: root/generic/tclIOUtil.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2018-01-20 14:36:36 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2018-01-20 14:36:36 (GMT)
commit69868ee129e5fe87ad3e38afa7b92208974af881 (patch)
treed324ebcf999d73e37b50ca7b0f1b78aafce2cca4 /generic/tclIOUtil.c
parent603e23c2a9f36afa883135a76f147807f273e58d (diff)
parent7ea11c7f9865dc680b102ea9497fc75634be25e4 (diff)
downloadtcl-69868ee129e5fe87ad3e38afa7b92208974af881.zip
tcl-69868ee129e5fe87ad3e38afa7b92208974af881.tar.gz
tcl-69868ee129e5fe87ad3e38afa7b92208974af881.tar.bz2
merge core-8-branch. Now tested as well with new nmake system.
Diffstat (limited to 'generic/tclIOUtil.c')
-rw-r--r--generic/tclIOUtil.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/generic/tclIOUtil.c b/generic/tclIOUtil.c
index 8fb3aa8..144bab0 100644
--- a/generic/tclIOUtil.c
+++ b/generic/tclIOUtil.c
@@ -830,15 +830,6 @@ TclResetFilesystem(void)
if (++theFilesystemEpoch == 0) {
++theFilesystemEpoch;
}
-
-#ifdef _WIN32
- /*
- * Cleans up the win32 API filesystem proc lookup table. This must happen
- * very late in finalization so that deleting of copied dlls can occur.
- */
-
- TclWinResetInterfaces();
-#endif
}
/*