summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-11-02 15:02:19 -0600
committerKarl Williamson <khw@cpan.org>2019-11-03 13:15:48 -0700
commit987f54dd367505c6c516e36b6bc9b69121dbc927 (patch)
treef6a24384f27baa588d52571b29b56c0598773ab9 /op.h
parent0c311b7c345769239f38d0139ea7738feec5ca4d (diff)
downloadperl-987f54dd367505c6c516e36b6bc9b69121dbc927.tar.gz
op.h: Remove obsolete #define
This is no longer used.
Diffstat (limited to 'op.h')
-rw-r--r--op.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/op.h b/op.h
index 008016b3ce..1bfea275b5 100644
--- a/op.h
+++ b/op.h
@@ -1108,10 +1108,6 @@ C<sib> is non-null. For a higher-level interface, see C<L</op_sibling_splice>>.
# define FATAL_ABOVE_FF_MSG \
"Use of strings with code points over 0xFF as arguments to " \
"%s operator is not allowed"
-# define DEPRECATED_ABOVE_FF_MSG \
- "Use of strings with code points over 0xFF as arguments to " \
- "%s operator is deprecated. This will be a fatal error in " \
- "Perl 5.32"
#endif
/* stuff for OP_ARGCHECK */