diff options
Diffstat (limited to 'generic/tclTest.c')
-rw-r--r-- | generic/tclTest.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/generic/tclTest.c b/generic/tclTest.c index c57dfa0..47b59c3 100644 --- a/generic/tclTest.c +++ b/generic/tclTest.c @@ -542,9 +542,6 @@ static const char version[] = TCL_PATCH_LEVEL "+" STRINGIFY(TCL_VERSION_UUID) #ifdef STATIC_BUILD ".static" #endif -#if TCL_UTF_MAX < 4 - ".utf-16" -#endif ; int |