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 | 73ae354d31d0f8f9e87e0d0c52d58b258afedd5d (patch) | |
| tree | c3c17430408a52852268b540ef1543cbaabaee15 /win/tclWinFile.c | |
| parent | b96fd52bcba33e8f663042cd073454aa954723a8 (diff) | |
| parent | 7fa090fbeed5a9719ed0b2d2d09d3447e2b3406e (diff) | |
| download | tcl-73ae354d31d0f8f9e87e0d0c52d58b258afedd5d.zip tcl-73ae354d31d0f8f9e87e0d0c52d58b258afedd5d.tar.gz tcl-73ae354d31d0f8f9e87e0d0c52d58b258afedd5d.tar.bz2 | |
merge to bugfix branch
Diffstat (limited to 'win/tclWinFile.c')
| -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) { |
