diff options
| author | dgp <dgp@users.sourceforge.net> | 2018-03-15 14:06:52 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2018-03-15 14:06:52 (GMT) |
| commit | 47152d94c197241698dc4fd03322b6694b25d2d4 (patch) | |
| tree | 2ac7affdbbf5610b73d47d78435e28789065a723 /unix/tclUnixInit.c | |
| parent | 1dd89810eb1cba2b78eeeb42df4c3e966a55102e (diff) | |
| parent | aa199edba612a516e6309290fb6dc4442a49a5ee (diff) | |
| download | tcl-47152d94c197241698dc4fd03322b6694b25d2d4.zip tcl-47152d94c197241698dc4fd03322b6694b25d2d4.tar.gz tcl-47152d94c197241698dc4fd03322b6694b25d2d4.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) |
