summaryrefslogtreecommitdiffstats
path: root/generic/tclEvent.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclEvent.c')
-rw-r--r--generic/tclEvent.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/generic/tclEvent.c b/generic/tclEvent.c
index 79985ed..e56c21b 100644
--- a/generic/tclEvent.c
+++ b/generic/tclEvent.c
@@ -1059,7 +1059,6 @@ TclInitSubsystems(void)
* mutexes. */
TclInitIOSubsystem(); /* Inits a tsd key (noop). */
TclInitEncodingSubsystem(); /* Process wide encoding init. */
- TclpSetInterfaces();
TclInitNamespaceSubsystem();/* Register ns obj type (mutexed). */
subsystemsInitialized = 1;
}