diff options
Diffstat (limited to 'make_ext.pl')
-rw-r--r-- | make_ext.pl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/make_ext.pl b/make_ext.pl index 22a97eb7af..64a7d4d21f 100644 --- a/make_ext.pl +++ b/make_ext.pl @@ -188,10 +188,6 @@ foreach my $spec (@extspec) { if (-d "ext/$spec") { # Old style ext/Data/Dumper/ $ext_pathname = "ext/$spec"; - } elsif ($is_VMS and -d "vms/ext/" . substr($spec, 4)) { - # We could get rid of this by moving everything from - # [.vms.ext...] to [.ext.VMS...] - $ext_pathname = "vms/ext/" . substr($spec, 4); } else { # New style ext/Data-Dumper/ my $copy = $spec; |