diff options
Diffstat (limited to 'win')
-rw-r--r-- | win/tclWinInit.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/win/tclWinInit.c b/win/tclWinInit.c index 3bfff63..d89c98e 100644 --- a/win/tclWinInit.c +++ b/win/tclWinInit.c @@ -288,8 +288,6 @@ AppendEnvironment( */ if ((pathc > 0) && (lstrcmpiA(shortlib, pathv[pathc - 1]) != 0)) { - const char *str; - /* * TCL_LIBRARY is set but refers to a different tcl installation * than the current version. Try fiddling with the specified |