remove deadcode
authorGurusamy Sarathy <gsar@cpan.org>
Sat, 4 Mar 2000 20:39:36 +0000 (20:39 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Sat, 4 Mar 2000 20:39:36 +0000 (20:39 +0000)
p4raw-id: //depot/perl@5526

lib/Cwd.pm

index 5ddbbbe..9a92829 100644 (file)
@@ -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);