From: Gurusamy Sarathy Date: Sat, 4 Mar 2000 20:39:36 +0000 (+0000) Subject: remove deadcode X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c0961f019733ac906a65ac3bd8f2f21194179c1e;p=p5sagit%2Fp5-mst-13.2.git remove deadcode p4raw-id: //depot/perl@5526 --- diff --git a/lib/Cwd.pm b/lib/Cwd.pm index 5ddbbbe..9a92829 100644 --- a/lib/Cwd.pm +++ b/lib/Cwd.pm @@ -108,9 +108,6 @@ sub getcwd # This is a faster version of getcwd. It's also more dangerous because # you might chdir out of a directory that you can't chdir back into. -# List of metachars taken from do_exec() in doio.c -my $quoted_shell_meta = quotemeta('$&*(){}[]";\\|?<>~`'."'\n"); - sub fastcwd { my($odev, $oino, $cdev, $cino, $tdev, $tino); my(@path, $path);