From 987f54dd367505c6c516e36b6bc9b69121dbc927 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sat, 2 Nov 2019 15:02:19 -0600 Subject: op.h: Remove obsolete #define This is no longer used. --- op.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'op.h') diff --git a/op.h b/op.h index 008016b3ce..1bfea275b5 100644 --- a/op.h +++ b/op.h @@ -1108,10 +1108,6 @@ C is non-null. For a higher-level interface, see C>. # 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 */ -- cgit v1.2.1