dev-perl/B-OPCheck: remove unused patch
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>
Mon, 7 Aug 2017 15:52:49 +0000 (17:52 +0200)
committerKent Fredric <kentnl@gentoo.org>
Tue, 8 Aug 2017 15:58:00 +0000 (03:58 +1200)
Closes: https://github.com/gentoo/gentoo/pull/5337

dev-perl/B-OPCheck/files/0.29-Perl_check_t.patch [deleted file]

diff --git a/dev-perl/B-OPCheck/files/0.29-Perl_check_t.patch b/dev-perl/B-OPCheck/files/0.29-Perl_check_t.patch
deleted file mode 100644 (file)
index 77cec36..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-https://rt.cpan.org/Public/Bug/Display.html?id=57356
-
---- B-OPCheck-0.29/OPCheck.xs
-+++ B-OPCheck-0.29/OPCheck.xs
-@@ -12,10 +12,6 @@
- #define NEED_sv_2pv_flags
- #include "ppport.h"
--#if PERL_VERSION < 9
--typedef OP* (CPERLscope(*Perl_check_t)) (pTHX_ OP*);
--#endif
--
- STATIC AV **OPCHECK_subs;
- Perl_check_t *PL_check_orig;