summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2016-05-22 14:32:40 -0700
committerFather Chrysostomos <sprout@cpan.org>2016-07-13 01:12:47 -0700
commit8df0e7a28b22521824d9a5d0d44f2b27d2955298 (patch)
tree278832be8a793a0e383066a875b12e847055d0ee /perl.h
parenta15a3d9b600adf7d9dd78193d608361f302b0370 (diff)
downloadperl-8df0e7a28b22521824d9a5d0d44f2b27d2955298.tar.gz
Remove IN_ENCODING macro, and all code dependent on it
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/perl.h b/perl.h
index 6c001e0b0e..1f19140d3e 100644
--- a/perl.h
+++ b/perl.h
@@ -757,10 +757,6 @@
# endif
#endif /* !NO_LOCALE && HAS_SETLOCALE */
-/* Is $^ENCODING set, or are we under the encoding pragma? */
-#define IN_ENCODING UNLIKELY(PL_encoding \
- || (PL_lex_encoding && _get_encoding() != NULL))
-
#include <setjmp.h>
#ifdef I_SYS_PARAM