summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/re/hints/MSWin32.pl9
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/re/hints/MSWin32.pl b/ext/re/hints/MSWin32.pl
deleted file mode 100644
index 858e5f9032..0000000000
--- a/ext/re/hints/MSWin32.pl
+++ /dev/null
@@ -1,9 +0,0 @@
-# Add explicit link to deb.o to pick up _Perl_deb symbol which is not
-# mentioned in perl56.lib in non DEBUGGING builds
-# Taken lock, stock, and barrel from hints/aix.pl
-# -- BKS, 11-11-2000
-
-if ($^O =~ /MSWin32/) {
- $self->{OBJECT} .= ' ../../deb$(OBJ_EXT)';
-}
-