Work-round to Perl_deb_nocontext is no longer required
authorNick Ing-Simmons <nik@tiuk.ti.com>
Sun, 19 Nov 2000 20:56:12 +0000 (20:56 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Sun, 19 Nov 2000 20:56:12 +0000 (20:56 +0000)
p4raw-id: //depot/perlio@7754

ext/re/hints/MSWin32.pl [deleted file]

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