summaryrefslogtreecommitdiff
path: root/installperl
diff options
context:
space:
mode:
Diffstat (limited to 'installperl')
-rwxr-xr-xinstallperl4
1 files changed, 0 insertions, 4 deletions
diff --git a/installperl b/installperl
index 7689005edd..208c276c8d 100755
--- a/installperl
+++ b/installperl
@@ -245,10 +245,6 @@ else {
# [als] hard-coded 'libperl' name... not good!
@corefiles = <*.h libperl*.*>;
- # cygwin needs special stub for dll loading
- push @corefiles, 'impure_ptr.o'
- if ($Is_Cygwin and $Config{useshrplib} eq 'true');
-
# AIX needs perl.exp installed as well.
push(@corefiles,'perl.exp') if $^O eq 'aix';
if ($^O eq 'mpeix') {