diff options
author | dgp <dgp@users.sourceforge.net> | 2012-01-24 13:11:15 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-01-24 13:11:15 (GMT) |
commit | 4dc66a78d9b0a60637c3aecfbd30f720adb9b553 (patch) | |
tree | c3c17430408a52852268b540ef1543cbaabaee15 /win | |
parent | 4a8c47ffa496f669d3afe6fe2bf587ca8c002e4e (diff) | |
parent | 7d0fcc8ac4010c70dc7aa22cd9f183a50f362626 (diff) | |
download | tcl-4dc66a78d9b0a60637c3aecfbd30f720adb9b553.zip tcl-4dc66a78d9b0a60637c3aecfbd30f720adb9b553.tar.gz tcl-4dc66a78d9b0a60637c3aecfbd30f720adb9b553.tar.bz2 |
merge to bugfix branch
Diffstat (limited to 'win')
-rw-r--r-- | win/tclWinFile.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/win/tclWinFile.c b/win/tclWinFile.c index 64b2a0e..08413d6 100644 --- a/win/tclWinFile.c +++ b/win/tclWinFile.c @@ -1592,10 +1592,6 @@ NativeAccess( * we have a more complex permissions structure so we try to check that. * The code below is remarkably complex for such a simple thing as finding * what permissions the OS has set for a file. - * - * If we are simply checking for file existence, then we don't need all - * these complications (which are really quite slow: with this code 'file - * readable' is 5-6 times slower than 'file exists'). */ if (tclWinProcs->getFileSecurityProc != NULL) { |