diff options
Diffstat (limited to 'utils/perlivp.PL')
-rw-r--r-- | utils/perlivp.PL | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/perlivp.PL b/utils/perlivp.PL index fd58e87824..7db1090dd6 100644 --- a/utils/perlivp.PL +++ b/utils/perlivp.PL @@ -85,8 +85,6 @@ my $tests_total = 0; # Unixes it is the basename rather than the full path to the perl binary. my $perlpath = ''; if (defined($Config{'perlpath'})) { $perlpath = $Config{'perlpath'}; } -# Of course some platforms are distinct... -if ($^O eq 'VMS') { $perlpath = $^X; } # The useithreads Config variable plays a role in whether or not # threads and threads/shared work when C<use>d. They apparently always |