summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2017-08-07 17:52:49 +0200
committerKent Fredric <kentnl@gentoo.org>2017-08-09 03:58:00 +1200
commit4b3929f8919ce9bf17cf50e5d3077bf8e74de591 (patch)
tree9a11c5f440cc632cd144fd14edf30fdf56b2608a /dev-perl/B-OPCheck
parentdev-lang/moarvm: remove unused patches (diff)
downloadgentoo-4b3929f8919ce9bf17cf50e5d3077bf8e74de591.tar.gz
gentoo-4b3929f8919ce9bf17cf50e5d3077bf8e74de591.tar.bz2
gentoo-4b3929f8919ce9bf17cf50e5d3077bf8e74de591.zip
dev-perl/B-OPCheck: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/5337
Diffstat (limited to 'dev-perl/B-OPCheck')
-rw-r--r--dev-perl/B-OPCheck/files/0.29-Perl_check_t.patch15
1 files changed, 0 insertions, 15 deletions
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
index 77cec367f273..000000000000
--- a/dev-perl/B-OPCheck/files/0.29-Perl_check_t.patch
+++ /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;
-