diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-01-29 11:36:22 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-01-29 11:36:22 (GMT) |
| commit | cc74cb8525d95e0ac4eb314e015ea072140aa52b (patch) | |
| tree | 2e17590c57c77b3e63c6a00a70912f076bdd4b9b /unix/tclUnixInit.c | |
| parent | 1402f26fc8cd143a3281e3c3f4436d12246f5ea1 (diff) | |
| parent | e543dbc09cba01dbf261e35bcb9d708f7de75aa4 (diff) | |
| download | tcl-cc74cb8525d95e0ac4eb314e015ea072140aa52b.zip tcl-cc74cb8525d95e0ac4eb314e015ea072140aa52b.tar.gz tcl-cc74cb8525d95e0ac4eb314e015ea072140aa52b.tar.bz2 | |
merge trunk
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 9d46df9..b213538 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) |
