diff options
| author | dgp <dgp@users.sourceforge.net> | 2018-03-15 15:34:00 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2018-03-15 15:34:00 (GMT) |
| commit | 7435702d63be37049674d56f6baef6012cb89378 (patch) | |
| tree | cee1e121a10cd162f4f804cd703b33844e724d29 /unix/tclUnixInit.c | |
| parent | 651697f7cd746dded1a031d4217376000a176037 (diff) | |
| parent | aa199edba612a516e6309290fb6dc4442a49a5ee (diff) | |
| download | tcl-7435702d63be37049674d56f6baef6012cb89378.zip tcl-7435702d63be37049674d56f6baef6012cb89378.tar.gz tcl-7435702d63be37049674d56f6baef6012cb89378.tar.bz2 | |
merge 8.7
Diffstat (limited to 'unix/tclUnixInit.c')
| -rw-r--r-- | unix/tclUnixInit.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/unix/tclUnixInit.c b/unix/tclUnixInit.c index cc66569..630460a 100644 --- a/unix/tclUnixInit.c +++ b/unix/tclUnixInit.c @@ -577,12 +577,6 @@ TclpSetInitialEncodings(void) Tcl_DStringFree(&encodingName); } -void -TclpSetInterfaces(void) -{ - /* do nothing */ -} - static const char * SearchKnownEncodings( const char *encoding) |
