diff options
author | Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> | 2017-01-18 12:39:28 +0000 |
---|---|---|
committer | Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> | 2017-01-18 12:42:13 +0000 |
commit | bd93adf583f3c53d76f65b51f67388fdbda28f40 (patch) | |
tree | 6c9f1afb80a5c5e993fd77ec9138957a141b0e81 /vms | |
parent | 31587b3e6fc5a715bd8d06712b4e312147fde836 (diff) | |
download | perl-bd93adf583f3c53d76f65b51f67388fdbda28f40.tar.gz |
Remove obsolete (PL_)statcache mentions in comments
cando() has not used PL_statcache since Perl 3 (commit a687059cbaf)
Diffstat (limited to 'vms')
-rw-r--r-- | vms/vms.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12031,7 +12031,7 @@ Perl_cando_by_name_int(pTHX_ I32 bit, bool effective, const char *fname, int opt } -/* Do the permissions allow some operation? Assumes PL_statcache already set. */ +/* Do the permissions in *statbufp allow some operation? */ /* Do this via $Check_Access on VMS, since the CRTL stat() returns only a * subset of the applicable information. */ |