summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-03-04 20:39:36 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-03-04 20:39:36 +0000
commitc0961f019733ac906a65ac3bd8f2f21194179c1e (patch)
treea097f2392aa5e5a9a971dcc7a46d2125a041198e /lib
parentd0519643027383a891fd684df8a90fa5b75bf419 (diff)
downloadperl-c0961f019733ac906a65ac3bd8f2f21194179c1e.tar.gz
remove deadcode
p4raw-id: //depot/perl@5526
Diffstat (limited to 'lib')
-rw-r--r--lib/Cwd.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Cwd.pm b/lib/Cwd.pm
index 5ddbbbed67..9a92829da5 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);