diff options
author | nijtmans <nijtmans> | 2010-10-12 10:21:55 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-10-12 10:21:55 (GMT) |
commit | 88ac6d1bd8bf253aaca06731296ed6c96410decb (patch) | |
tree | b047c3aa39ae420af8227427ce5dced10f901429 /win/tclWinTest.c | |
parent | b344e4333e68bd8722897e5bf08a6f2711e6cdbd (diff) | |
download | tcl-88ac6d1bd8bf253aaca06731296ed6c96410decb.zip tcl-88ac6d1bd8bf253aaca06731296ed6c96410decb.tar.gz tcl-88ac6d1bd8bf253aaca06731296ed6c96410decb.tar.bz2 |
Eliminate many tclWinProcs-> indirect calls, which are no longer needed.
Fix some MSVC 6.0 warnings
Diffstat (limited to 'win/tclWinTest.c')
-rw-r--r-- | win/tclWinTest.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/win/tclWinTest.c b/win/tclWinTest.c index 6b37f48..3e6c6e3 100644 --- a/win/tclWinTest.c +++ b/win/tclWinTest.c @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclWinTest.c,v 1.28 2010/10/11 12:11:53 nijtmans Exp $ + * RCS: @(#) $Id: tclWinTest.c,v 1.29 2010/10/12 10:21:55 nijtmans Exp $ */ #ifndef USE_TCL_STUBS @@ -505,10 +505,6 @@ TestplatformChmod( int res = 0; /* - * One time initialization, dynamically load Windows NT features - */ - - /* * Process the chmod request. */ |